From 0031d67392b186b59957ab98309935c10f93de02 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Mon, 8 Jul 2013 10:36:00 +0200 Subject: [PATCH] enable cpp warnings --- qcsrc/Makefile | 1 + 1 file changed, 1 insertion(+) 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 \ -- 2.39.2