From: Rudolf Polzer Date: Mon, 8 Jul 2013 08:36:00 +0000 (+0200) Subject: enable cpp warnings X-Git-Tag: xonotic-v0.8.0~379 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=0031d67392b186b59957ab98309935c10f93de02;p=xonotic%2Fxonotic-data.pk3dir.git enable cpp warnings --- diff --git a/qcsrc/Makefile b/qcsrc/Makefile index f5c4066be..a92b06bc6 100644 --- a/qcsrc/Makefile +++ b/qcsrc/Makefile @@ -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 \