From dcb1e1bdfda07a49d09bc7cd977cefb37b358566 Mon Sep 17 00:00:00 2001 From: Ulf Lamping Date: Thu, 22 Mar 2007 22:54:00 +0000 Subject: add "treat warnings as errors" flag(s) svn path=/trunk/; revision=21125 --- epan/wslua/Makefile.nmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/wslua') diff --git a/epan/wslua/Makefile.nmake b/epan/wslua/Makefile.nmake index f7dc65f88d..fbbd6d11b0 100644 --- a/epan/wslua/Makefile.nmake +++ b/epan/wslua/Makefile.nmake @@ -6,7 +6,7 @@ include ..\..\config.nmake ############### no need to modify below this line ######### -CFLAGS=-DHAVE_CONFIG_H /I. /I.. /I../.. $(GLIB_CFLAGS) $(LUA_CFLAGS) \ +CFLAGS=-WX -DHAVE_CONFIG_H /I. /I.. /I../.. $(GLIB_CFLAGS) $(LUA_CFLAGS) \ /I$(PCAP_DIR)\include -D_U_="" $(LOCAL_CFLAGS) CVARSDLL=-DWIN32 -DNULL=0 -D_MT -D_DLL -- cgit v1.2.1