summaryrefslogtreecommitdiff
path: root/epan/ftypes/Makefile.nmake
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2007-03-22 22:54:00 +0000
committerUlf Lamping <ulf.lamping@web.de>2007-03-22 22:54:00 +0000
commitdcb1e1bdfda07a49d09bc7cd977cefb37b358566 (patch)
tree64505899465f58e7cb397ea044e96dd362ea6dff /epan/ftypes/Makefile.nmake
parent8d311b9250fb5762ca1bb56454f5fb4429ef08b5 (diff)
downloadwireshark-dcb1e1bdfda07a49d09bc7cd977cefb37b358566.tar.gz
add "treat warnings as errors" flag(s)
svn path=/trunk/; revision=21125
Diffstat (limited to 'epan/ftypes/Makefile.nmake')
-rw-r--r--epan/ftypes/Makefile.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/ftypes/Makefile.nmake b/epan/ftypes/Makefile.nmake
index 3232fac404..2967361791 100644
--- a/epan/ftypes/Makefile.nmake
+++ b/epan/ftypes/Makefile.nmake
@@ -7,7 +7,7 @@ include ..\..\config.nmake
############### no need to modify below this line #########
-CFLAGS=-DHAVE_CONFIG_H /I. /I.. /I../.. $(GLIB_CFLAGS) \
+CFLAGS=-WX -DHAVE_CONFIG_H /I. /I.. /I../.. $(GLIB_CFLAGS) \
$(PCRE_CFLAGS) /I$(PCAP_DIR)\include -D_U_="" $(LOCAL_CFLAGS)
CVARSDLL=-DWIN32 -DNULL=0 -D_MT -D_DLL