From: Theodore Ts'o Date: Thu, 27 Nov 2003 04:18:56 +0000 (-0500) Subject: MCONFIG.in: Make the gcc-wall print more warnings to catch X-Git-Tag: E2FSPROGS-1_35-WIP-1207~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=032a763f976ac3c8bf4f874d7b0aa8bf52afa25b;p=thirdparty%2Fe2fsprogs.git MCONFIG.in: Make the gcc-wall print more warnings to catch signed vs. unsigned problems. --- diff --git a/ChangeLog b/ChangeLog index f44101270..6fd0ffbe8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-11-26 Theodore Ts'o + + * MCONFIG.in: Make the gcc-wall print more warnings to catch + signed vs. unsigned problems. + 2003-08-01 Philipp Thomas * configure.in: Add tests for inttypes.h and intptr_t. diff --git a/MCONFIG.in b/MCONFIG.in index 05b2ae21d..ba99911c4 100644 --- a/MCONFIG.in +++ b/MCONFIG.in @@ -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