aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/stats_tree
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/stats_tree
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/stats_tree')
-rw-r--r--plugins/stats_tree/Makefile.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/stats_tree/Makefile.nmake b/plugins/stats_tree/Makefile.nmake
index c8eae71bb6..b46c8d66b9 100644
--- a/plugins/stats_tree/Makefile.nmake
+++ b/plugins/stats_tree/Makefile.nmake
@@ -9,7 +9,7 @@ include moduleinfo.nmake
include Makefile.common
-CFLAGS=/DHAVE_CONFIG_H /I../.. /I../../wiretap $(GLIB_CFLAGS) \
+CFLAGS=/WX /DHAVE_CONFIG_H /I../.. /I../../wiretap $(GLIB_CFLAGS) \
/I$(PCAP_DIR)\include -D_U_="" $(LOCAL_CFLAGS)
.c.obj::