Whamcloud - gitweb
MCONFIG.in: Make the gcc-wall print more warnings to catch
authorTheodore Ts'o <tytso@mit.edu>
Thu, 27 Nov 2003 04:18:56 +0000 (23:18 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 27 Nov 2003 04:18:56 +0000 (23:18 -0500)
signed vs. unsigned problems.

ChangeLog
MCONFIG.in

index f441012..6fd0ffb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-11-26  Theodore Ts'o  <tytso@mit.edu>
+
+       * MCONFIG.in: Make the gcc-wall print more warnings to catch
+               signed vs. unsigned problems.
+
 2003-08-01  Philipp Thomas <pthomas@suse.de>
 
        * configure.in: Add tests for inttypes.h and intptr_t.
index 05b2ae2..ba99911 100644 (file)
@@ -121,12 +121,13 @@ $(top_builddir)/util/subst:
 #
 #
 WFLAGS=                -ansi -D_POSIX_SOURCE -pedantic $(WFLAGS_EXTRA) \
-                       -Wall -Wwrite-strings -Wpointer-arith \
+                       -Wall -W -Wwrite-strings -Wpointer-arith \
                        -Wcast-qual -Wcast-align  \
                        -Wstrict-prototypes -Wmissing-prototypes \
                        -Wformat-security  -Wformat-nonliteral \
                        -Wmissing-format-attribute \
-                       -Wnested-externs -Winline -DNO_INLINE_FUNCS -Wshadow 
+                       -Wnested-externs -Winline -DNO_INLINE_FUNCS -Wshadow \
+                       -UENABLE_NLS
 
 gcc-wall-new:
        (make USE_WFLAGS="$(WFLAGS)" > /dev/null) 2>&1 | sed -f $(top_srcdir)/util/gcc-wall-cleanup