]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
be more strict with warnings (csqc now no longer compiles)
authorRudolf Polzer <divverent@alientrap.org>
Tue, 26 Oct 2010 18:31:22 +0000 (20:31 +0200)
committerRudolf Polzer <divverent@alientrap.org>
Tue, 26 Oct 2010 18:31:22 +0000 (20:31 +0200)
Makefile

index 50a9f0b02443492731c7d9694c5ed8d3c491055d..66e8f737fc0ec9cd6349be60932f2778ce2487e3 100644 (file)
--- 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 ?=