]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
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 f44101270aad95128002b3b9562101a1d6f21510..6fd0ffbe86a2559cfbefa366aba6832742864f3b 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 05b2ae21db3f3387175f38d9ec30b1a09450cdf4..ba99911c4e44fb6005f76eaeb6df210b80b73cf5 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