[mw-devel] MW3 r1345 - trunk

welshbyte at sucs.org welshbyte at sucs.org
Thu Oct 31 09:24:43 GMT 2013


Author: welshbyte
Date: 2013-10-31 09:24:43 +0000 (Thu, 31 Oct 2013)
New Revision: 1345

Modified:
   trunk/Makefile.common
Log:
Remove a stray -Werror


Modified: trunk/Makefile.common
===================================================================
--- trunk/Makefile.common	2013-10-31 09:19:44 UTC (rev 1344)
+++ trunk/Makefile.common	2013-10-31 09:24:43 UTC (rev 1345)
@@ -79,7 +79,7 @@
 CFLAGS+= -ggdb -g -D__NO_STRING_INLINE -fstack-protector-all
 
 ### Optimisation - uncomment for release & extra testing
-CFLAGS+=-O0 -Werror
+CFLAGS+=-O0
 
 CFLAGS += $(DEFS)
 




More information about the mw-devel mailing list