aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mate/Makefile.nmake
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2007-03-21 23:59:41 +0000
committerUlf Lamping <ulf.lamping@web.de>2007-03-21 23:59:41 +0000
commitaf9ae7eebbf8eacd38f62761360da2652ddcbd8e (patch)
tree785f177206cd6a3df762d92d75e918cbdbd72528 /plugins/mate/Makefile.nmake
parent1de801962f625a95394429fbfa7992256a8fb6b9 (diff)
set CFLAGS to block new warnings for all plugins (except for giop and h223, which has remaining issues - for now)
svn path=/trunk/; revision=21102
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::