no MSVC warnings, set CFLAGS to block new warnings
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 21 Mar 2007 23:55:46 +0000 (23:55 +0000)
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 21 Mar 2007 23:55:46 +0000 (23:55 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21100 f5534014-38df-0310-8fa8-9805f1628bb7

codecs/Makefile.nmake

index 47aaf281e32f7ecc23ec2ed0fc9777ef8f885420..993656fe8284655c7e010c11456ca0c19c38ee45 100644 (file)
@@ -7,7 +7,7 @@ include ..\config.nmake
 
 ############### no need to modify below this line #########
 
-CFLAGS=-DHAVE_CONFIG_H $(GLIB_CFLAGS) -D_U_="" $(LOCAL_CFLAGS)
+CFLAGS=-WX -DHAVE_CONFIG_H $(GLIB_CFLAGS) -D_U_="" $(LOCAL_CFLAGS)
 
 .c.obj::
        $(CC) $(CFLAGS)  -Fd.\ -c $<