aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2007-03-25 15:39:06 +0000
committerUlf Lamping <ulf.lamping@web.de>2007-03-25 15:39:06 +0000
commit3575d95342eff6afbd7afd647831b164cda36d82 (patch)
treef0770f66f6368255ac4a3b28724a6a5f5e165399 /tools
parentf6c01787b3536f5d737892cbfab4f11b3a08e63a (diff)
set "treat warnings as errors" CFLAGS, no warning were in this dir :-)
svn path=/trunk/; revision=21183
Diffstat (limited to 'tools')
-rw-r--r--tools/lemon/Makefile.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lemon/Makefile.nmake b/tools/lemon/Makefile.nmake
index 7204d9ccd2..7bbf82e7d4 100644
--- a/tools/lemon/Makefile.nmake
+++ b/tools/lemon/Makefile.nmake
@@ -5,7 +5,7 @@
include ..\..\config.nmake
-CFLAGS=-D_U_="" $(LOCAL_CFLAGS)
+CFLAGS=-WX -D_U_="" $(LOCAL_CFLAGS)
.c.obj::
$(CC) $(CFLAGS) -Fd.\ -c $<