aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mate/Makefile.nmake
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2007-03-25 17:07:36 +0000
committerUlf Lamping <ulf.lamping@web.de>2007-03-25 17:07:36 +0000
commit27f97a1dfc40935bc0fe0627acf4660c7e75bb77 (patch)
tree37a190717add62c7d4b210ad6c74b254bed401cf /plugins/mate/Makefile.nmake
parent3575d95342eff6afbd7afd647831b164cda36d82 (diff)
all warnings removed in the meantime, "treat warnings as errors" :-)
svn path=/trunk/; revision=21184
Diffstat (limited to 'plugins/mate/Makefile.nmake')
-rw-r--r--plugins/mate/Makefile.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/mate/Makefile.nmake b/plugins/mate/Makefile.nmake
index ba8d6e5562..3aecb2addc 100644
--- a/plugins/mate/Makefile.nmake
+++ b/plugins/mate/Makefile.nmake
@@ -11,7 +11,7 @@ include Makefile.common
LEMON=..\..\tools\lemon
-CFLAGS=/DHAVE_CONFIG_H /I../.. /I../../wiretap $(GLIB_CFLAGS) /I$(LEMON)\
+CFLAGS=/WX /DHAVE_CONFIG_H /I../.. /I../../wiretap $(GLIB_CFLAGS) /I$(LEMON)\
/I$(PCAP_DIR)\include -D_U_="" $(LOCAL_CFLAGS)
.c.obj::