aboutsummaryrefslogtreecommitdiffstats
path: root/tools/lemon/Makefile.nmake
diff options
context:
space:
mode:
Diffstat (limited to 'tools/lemon/Makefile.nmake')
-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 6cffca9d82..20344a8adb 100644
--- a/tools/lemon/Makefile.nmake
+++ b/tools/lemon/Makefile.nmake
@@ -5,7 +5,7 @@
include ..\..\config.nmake
-CFLAGS=-WX -D_U_="" $(LOCAL_CFLAGS)
+CFLAGS=$(WARNINGS_ARE_ERRORS) -D_U_="" $(LOCAL_CFLAGS)
.c.obj::
$(CC) $(CFLAGS) -Fd.\ -c $<