r1179 - trunk
    DONOTREPLY at icculus.org 
    DONOTREPLY at icculus.org
       
    Thu Sep 13 18:37:33 EDT 2007
    
    
  
Author: tma
Date: 2007-09-13 18:37:33 -0400 (Thu, 13 Sep 2007)
New Revision: 1179
Modified:
   trunk/Makefile
Log:
* Remove -Werror from TOOLS_CFLAGS
Modified: trunk/Makefile
===================================================================
--- trunk/Makefile	2007-09-12 23:37:33 UTC (rev 1178)
+++ trunk/Makefile	2007-09-13 22:37:33 UTC (rev 1179)
@@ -842,7 +842,7 @@
 # QVM BUILD TOOLS
 #############################################################################
 
-TOOLS_CFLAGS = -O2 -Wall -Werror -fno-strict-aliasing -MMD \
+TOOLS_CFLAGS = -O2 -Wall -fno-strict-aliasing -MMD \
                -DTEMPDIR=\"$(TEMPDIR)\" -DSYSTEM=\"\" \
                -I$(Q3LCCSRCDIR) \
                -I$(LBURGDIR)
    
    
More information about the quake3-commits
mailing list