dxx-rebirth/common/misc
Kp 3aa1140700 Optimize out warn_printf on some targets
Some targets only ever use GUI warn functions.  On those targets:
- initialize `warn_func` to `msgbox_warning` at compile time
- remove the runtime initialize of warn_func in main

On targets which do not call `clear_warn_func`, preprocess out its
declaration and definition.

Taken together, these changes allow some targets not to define
`warn_printf`.
2021-09-12 16:20:52 +00:00
..
error.cpp Optimize out warn_printf on some targets 2021-09-12 16:20:52 +00:00
hash.cpp Uninline namespace dcx 2015-12-13 18:00:49 +00:00
hmp.cpp Improve error reporting for PHYSFSX_openReadBuffered 2021-07-25 23:00:56 +00:00
ignorecase.cpp Switch most in-tree http:// links to https:// 2018-09-02 00:57:29 +00:00
physfsrwops.cpp Return error code from PHYSFSRWOPS_openRead* 2021-07-25 23:00:56 +00:00
strutil.cpp Inline string_array_t::tidy comparator 2020-12-27 22:03:09 +00:00
vg-wrap-physfs.h Add PHYSFS_read wrapper support 2017-07-26 03:15:58 +00:00
vgrphys.cpp Add PHYSFS_read wrapper support 2017-07-26 03:15:58 +00:00
vgwphys.cpp Add PHYSFS_read wrapper support 2017-07-26 03:15:58 +00:00