aboutsummaryrefslogtreecommitdiffstats
path: root/codecs
diff options
context:
space:
mode:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2007-03-21 23:55:46 +0000
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2007-03-21 23:55:46 +0000
commit5d0575f66e43af0d74affd15328a2ad2a0b4578e (patch)
tree366464cd8113bb7e9944f717c587983ea688ea23 /codecs
parentd6b0e5b7dd90ed33d6e00472f4af51ed1ff141d7 (diff)
no MSVC warnings, set CFLAGS to block new warnings
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21100 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'codecs')
-rw-r--r--codecs/Makefile.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/codecs/Makefile.nmake b/codecs/Makefile.nmake
index 47aaf281e3..993656fe82 100644
--- a/codecs/Makefile.nmake
+++ b/codecs/Makefile.nmake
@@ -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 $<