aboutsummaryrefslogtreecommitdiffstats
path: root/epan/Makefile.nmake
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2007-03-25 15:13:03 +0000
committerUlf Lamping <ulf.lamping@web.de>2007-03-25 15:13:03 +0000
commit5aa4b3cecda34d09a255f132fc89f2ecf8c66c67 (patch)
tree597d0b313bc20870c962f6efb5189e571a6e8cea /epan/Makefile.nmake
parent62353b80441419b6ae5f21a5766fba2ea791bd6d (diff)
remove remaining warnings in epan dir and set the "treat warning as error" barrier
(epan/dissectors still waiting for a cleanup) svn path=/trunk/; revision=21181
Diffstat (limited to 'epan/Makefile.nmake')
-rw-r--r--epan/Makefile.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/Makefile.nmake b/epan/Makefile.nmake
index b6142c89d5..f5635e46f5 100644
--- a/epan/Makefile.nmake
+++ b/epan/Makefile.nmake
@@ -10,7 +10,7 @@ include Makefile.common
############### no need to modify below this line #########
-CFLAGS=-DHAVE_CONFIG_H /I. /I.. /I../wiretap $(GLIB_CFLAGS) \
+CFLAGS=-WX -DHAVE_CONFIG_H /I. /I.. /I../wiretap $(GLIB_CFLAGS) \
$(ZLIB_CFLAGS) $(ADNS_CFLAGS) $(PCRE_CFLAGS) $(GNUTLS_CFLAGS) /I$(PCAP_DIR)\include \
-D_U_="" $(LOCAL_CFLAGS)