aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authortma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea>2007-09-13 22:37:33 +0000
committertma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea>2007-09-13 22:37:33 +0000
commitc495ce6073724d0680c380f5dd0b3729a7b79514 (patch)
treed410c46a22fe0f2400ab2c0b04c935b460de014a /Makefile
parente6524da35e4fe6014606455676b174e903fa1036 (diff)
downloadioquake3-aero-c495ce6073724d0680c380f5dd0b3729a7b79514.tar.gz
ioquake3-aero-c495ce6073724d0680c380f5dd0b3729a7b79514.zip
* Remove -Werror from TOOLS_CFLAGS
git-svn-id: svn://svn.icculus.org/quake3/trunk@1179 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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)