[nexuiz-commits] r7308 - trunk/data

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Mon Aug 3 14:27:54 EDT 2009


Author: div0
Date: 2009-08-03 14:27:53 -0400 (Mon, 03 Aug 2009)
New Revision: 7308

Modified:
   trunk/data/Makefile
Log:
use fteqcc -Werror


Modified: trunk/data/Makefile
===================================================================
--- trunk/data/Makefile	2009-08-03 17:18:20 UTC (rev 7307)
+++ trunk/data/Makefile	2009-08-03 18:27:53 UTC (rev 7308)
@@ -5,7 +5,7 @@
 ZIPEXCLUDE ?= -x\!*.pk3 -xr\!\.svn -x\!qcsrc
 DIFF ?= diff
 
-FTEQCCFLAGS ?= -Wall -Wno-mundane -O3 -Ono-c -Ono-cs -flo
+FTEQCCFLAGS ?= -Werror -Wall -Wno-mundane -O3 -Ono-c -Ono-cs -flo
 FTEQCCFLAGS_PROGS ?= 
 FTEQCCFLAGS_MENU ?= 
 



More information about the nexuiz-commits mailing list