From c495ce6073724d0680c380f5dd0b3729a7b79514 Mon Sep 17 00:00:00 2001 From: tma Date: Thu, 13 Sep 2007 22:37:33 +0000 Subject: * Remove -Werror from TOOLS_CFLAGS git-svn-id: svn://svn.icculus.org/quake3/trunk@1179 edf5b092-35ff-0310-97b2-ce42778d08ea --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index aa8e9d4..68f4e78 100644 --- a/Makefile +++ b/Makefile @@ -842,7 +842,7 @@ makedirs: # 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) -- cgit v1.2.3