aboutsummaryrefslogtreecommitdiffstats
path: root/epan/crypt
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2007-03-22 22:54:00 +0000
committerUlf Lamping <ulf.lamping@web.de>2007-03-22 22:54:00 +0000
commitdcb1e1bdfda07a49d09bc7cd977cefb37b358566 (patch)
tree64505899465f58e7cb397ea044e96dd362ea6dff /epan/crypt
parent8d311b9250fb5762ca1bb56454f5fb4429ef08b5 (diff)
add "treat warnings as errors" flag(s)
svn path=/trunk/; revision=21125
Diffstat (limited to 'epan/crypt')
-rw-r--r--epan/crypt/Makefile.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/crypt/Makefile.nmake b/epan/crypt/Makefile.nmake
index d9dcf3b102..2b07cb3668 100644
--- a/epan/crypt/Makefile.nmake
+++ b/epan/crypt/Makefile.nmake
@@ -8,7 +8,7 @@ include Makefile.common
############### no need to modify below this line #########
-CFLAGS=-DHAVE_CONFIG_H $(GLIB_CFLAGS) -D_U_="" /I../.. $(LOCAL_CFLAGS)
+CFLAGS=-WX -DHAVE_CONFIG_H $(GLIB_CFLAGS) -D_U_="" /I../.. $(LOCAL_CFLAGS)
.c.obj::
$(CC) $(CFLAGS) -Fd.\ -c $<