From: Rudolf Polzer Date: Tue, 26 Oct 2010 18:31:22 +0000 (+0200) Subject: be more strict with warnings (csqc now no longer compiles) X-Git-Tag: xonotic-v0.1.0preview~245^2~3 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=f2d0ca7b97385692ec2d1c8789beb72340323808;p=xonotic%2Fxonotic-data.pk3dir.git be more strict with warnings (csqc now no longer compiles) --- diff --git a/Makefile b/Makefile index 50a9f0b02..66e8f737f 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ ZIPEXCLUDE ?= -x\!*.pk3 -xr\!\.svn -x\!qcsrc DIFF ?= diff FTEQCCFLAGS_WATERMARK ?= -DWATERMARK='"^1$(shell git describe) TEST BUILD"' -FTEQCCFLAGS ?= -Werror -Wall -Wno-mundane -O3 -Ono-c -Ono-cs -flo $(FTEQCCFLAGS_EXTRA) $(FTEQCCFLAGS_WATERMARK) +FTEQCCFLAGS ?= -Werror -Wno-Q302 -O3 -Ono-c -Ono-cs -flo $(FTEQCCFLAGS_EXTRA) $(FTEQCCFLAGS_WATERMARK) FTEQCCFLAGS_PROGS ?= FTEQCCFLAGS_MENU ?=