aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorGraham Bloice <graham.bloice@trihedral.com>2007-03-28 16:31:25 +0000
committerGraham Bloice <graham.bloice@trihedral.com>2007-03-28 16:31:25 +0000
commitb44cd57b49d126afaf7c8fbf9b723033a6f217af (patch)
tree7b4f17d829fc8995deab12322f79662604317a3d /plugins
parent424abc227b33525d58dac350fe568b54cdf27588 (diff)
Removed /Wx from CFLAGS to allow buildbot to proceed
svn path=/trunk/; revision=21248
Diffstat (limited to 'plugins')
-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 19276adf39..901535efa1 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=/WX /DHAVE_CONFIG_H /I../.. /I../../wiretap $(GLIB_CFLAGS) \
+CFLAGS=/DHAVE_CONFIG_H /I../.. /I../../wiretap $(GLIB_CFLAGS) \
/I$(PCAP_DIR)\include -D_U_="" $(LOCAL_CFLAGS)
LDFLAGS = /NOLOGO /INCREMENTAL:no /MACHINE:I386 $(LOCAL_LDFLAGS)