aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/giop
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2011-01-16 23:47:05 +0000
committerBill Meier <wmeier@newsguy.com>2011-01-16 23:47:05 +0000
commit7089b9c780623cd9eba3b5d9bb81e91fd654dce4 (patch)
tree329e5b5470bcc598839075b18e8ab496a738cc73 /plugins/giop
parent483b52c8e7d689385cc8e0bf276c7dba6d9e07af (diff)
Do Windows compile with /WX flag: treat warnings as errors.
svn path=/trunk/; revision=35565
Diffstat (limited to 'plugins/giop')
-rw-r--r--plugins/giop/Makefile.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/giop/Makefile.nmake b/plugins/giop/Makefile.nmake
index 313aaded88..77cb68e354 100644
--- a/plugins/giop/Makefile.nmake
+++ b/plugins/giop/Makefile.nmake
@@ -6,7 +6,7 @@ include ..\..\config.nmake
############### no need to modify below this line #########
-CFLAGS=/DHAVE_CONFIG_H /I../.. $(GLIB_CFLAGS) \
+CFLAGS=/WX /DHAVE_CONFIG_H /I../.. $(GLIB_CFLAGS) \
/I$(PCAP_DIR)\include -D_U_="" $(LOCAL_CFLAGS)
LDFLAGS = $(PLUGIN_LDFLAGS)