dxx-rebirth/common/misc
Kp 2c4af523dd Use ugly preprocessor hook hack to fix Clang build failure
Clang rejects a declared (but never defined and never used) `static`
function.  Change the declaration to be the value of a macro that will
be expanded only when the function is both defined and used.

Reported-by: kreatordxx <https://github.com/dxx-rebirth/dxx-rebirth/issues/295>
Fixes: 55822d0b4d ("Add wrappers for more precise Valgrind physfs diagnostics")
2017-01-07 19:09:04 +00:00
..
error.cpp Uninline namespace dcx 2015-12-13 18:00:49 +00:00
hash.cpp Uninline namespace dcx 2015-12-13 18:00:49 +00:00
hmp.cpp Use range_for for hmp reset_tracks 2016-10-29 23:16:18 +00:00
ignorecase.cpp Switch ignorecase.cpp to C++ static_cast 2016-09-04 00:02:52 +00:00
strutil.cpp Move strutil qsort comparator casts into function 2016-09-04 19:10:42 +00:00
vg-wrap-physfs.h Use ugly preprocessor hook hack to fix Clang build failure 2017-01-07 19:09:04 +00:00
vgrphys.cpp Add wrappers for more precise Valgrind physfs diagnostics 2017-01-01 23:19:21 +00:00
vgwphys.cpp Use ugly preprocessor hook hack to fix Clang build failure 2017-01-07 19:09:04 +00:00