]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
enable cpp warnings
authorRudolf Polzer <divverent@xonotic.org>
Mon, 8 Jul 2013 08:36:00 +0000 (10:36 +0200)
committerRudolf Polzer <divverent@xonotic.org>
Mon, 8 Jul 2013 08:36:00 +0000 (10:36 +0200)
qcsrc/Makefile

index f5c4066be43081cada1344bf84ce7f062dd86b14..a92b06bc645b4f814cee7ddf1cedb2cda0de54a3 100644 (file)
@@ -8,6 +8,7 @@ QCCVERSIONFILE := qccversion.$(shell $(QCC) --version > qccversion.txt && git ha
 QCCFLAGS ?= \
        -std=fteqcc \
        -Werror -Wall \
+       -Wcpp \
        -Wno-field-redeclared \
        -Wno-double-declaration \
        -Wno-uninitialized-global \