aboutsummaryrefslogtreecommitdiffstats
path: root/codecs
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2007-03-21 23:55:46 +0000
committerUlf Lamping <ulf.lamping@web.de>2007-03-21 23:55:46 +0000
commit360de501f61111b0132d83a2ba2ea3020c3b6d8b (patch)
tree366464cd8113bb7e9944f717c587983ea688ea23 /codecs
parent45c8c7a843f1556ea53328378c4cdb27875b99b4 (diff)
no MSVC warnings, set CFLAGS to block new warnings
svn path=/trunk/; revision=21100
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 $<