MCONFIG.in: Make the gcc-wall print more warnings to catch

signed vs. unsigned problems.
bitmap-optimize
Theodore Ts'o 2003-11-26 23:18:56 -05:00
parent 8ce230959c
commit 032a763f97
2 changed files with 8 additions and 2 deletions

View File

@ -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.

View 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