dxx-rebirth/common
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
..
2d Pass canvas to gr_rle_expand_scanline_generic 2017-01-01 00:45:45 +00:00
3d Pass canvas to gr_disk 2016-12-29 03:27:13 +00:00
arch Fix memory corruption starting multiplayer game 2016-11-19 18:09:26 +00:00
editor Pass canvas to gr_rect 2017-01-01 00:45:45 +00:00
include Pass canvas to gr_rle_expand_scanline_generic 2017-01-01 00:45:45 +00:00
main Initialize obsolete fields 2017-01-01 23:19:21 +00:00
maths
mem Use array<> for memdebug data 2016-10-29 23:16:15 +00:00
misc Use ugly preprocessor hook hack to fix Clang build failure 2017-01-07 19:09:04 +00:00
texmap Fixed compile-time error of software rendering build. 2016-10-31 11:44:22 +01:00
ui Pass canvas to gr_rect 2017-01-01 00:45:45 +00:00