]> de.git.xonotic.org Git - xonotic/gmqcc.git/commit
Implemented #warning and #error preprocessor directives, they're functionally equival...
authorDale Weiler <killfieldengine@gmail.com>
Fri, 21 Dec 2012 03:08:21 +0000 (03:08 +0000)
committerDale Weiler <killfieldengine@gmail.com>
Fri, 21 Dec 2012 03:08:21 +0000 (03:08 +0000)
commit36a90bb86667d3675b2babdbd9e262282953f09f
treed44c606813707552c2903ef6ee8716c3cf5af321
parentc7a62970a6d6f69166730a4d1fa6c227e6b1c818
Implemented #warning and #error preprocessor directives, they're functionally equivalent to CPPs (supporting both string constant and non-string constant versions).  Warnings however are printed with a [-Wunused-variable] which isn't correct (TODO: allow systematic changes of -W paramaters in relation to warning fields for preprocessor directives.
ftepp.c