diff options
| author | tma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2007-09-13 22:37:33 +0000 |
|---|---|---|
| committer | tma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2007-09-13 22:37:33 +0000 |
| commit | c495ce6073724d0680c380f5dd0b3729a7b79514 (patch) | |
| tree | d410c46a22fe0f2400ab2c0b04c935b460de014a | |
| parent | e6524da35e4fe6014606455676b174e903fa1036 (diff) | |
| download | ioquake3-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
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
