Do Windows compile with /WX flag: treat warnings as errors.

svn path=/trunk/; revision=35565
This commit is contained in:
Bill Meier 2011-01-16 23:47:05 +00:00
parent 483b52c8e7
commit 7089b9c780

View file

@ -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)