When compiling with gcc, compile with -W -Wall for maximum warnings.
authorH. Peter Anvin <hpa@zytor.com>
Fri, 13 Apr 2007 19:59:20 +0000 (19:59 +0000)
committerH. Peter Anvin <hpa@zytor.com>
Fri, 13 Apr 2007 19:59:20 +0000 (19:59 +0000)
configure.in

index e39f63462c8649b7e74c605a2dc26b98729dfe26..74e784c5f58ece4d77d7783dcc2dd0041e0238aa 100644 (file)
@@ -60,7 +60,7 @@ fi
 AC_PROG_INSTALL
 
 if test "$GCC" = "yes"; then
-  GCCFLAGS="-Wall -std=c99 -pedantic"
+  GCCFLAGS="-W -Wall -std=c99 -pedantic"
 else
   GCCFLAGS=
 fi