aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-06-18 02:26:00 +0000
committerGuy Harris <guy@alum.mit.edu>2001-06-18 02:26:00 +0000
commitc6bee5f6c14807760d0086e7dafbdb5435e567f5 (patch)
treece216d7e52d1608a132e32481af91a917506f477 /configure.in
parent84123931970a8a0f1af281e7351eadabba3c0908 (diff)
Crank up the warning level in GCC, from Joerg Mayer.
svn path=/trunk/; revision=3562
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index d6850cfb7c..5e24797a54 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-# $Id: configure.in,v 1.128 2001/06/02 06:21:13 guy Exp $
+# $Id: configure.in,v 1.129 2001/06/18 02:26:00 guy Exp $
dnl
dnl Process this file with autoconf 2.13 or later to produce a
dnl configure script; 2.12 doesn't generate a "configure" script that
@@ -87,7 +87,7 @@ AC_SUBST(HAVE_RPM_PACKAGING)
# If we're running gcc, add '-Wall' to CFLAGS.
AC_MSG_CHECKING(to see if we can add '-Wall' to CFLAGS)
if test x$GCC != x ; then
- CFLAGS="-Wall $CFLAGS"
+ CFLAGS="-Wall -W -Wno-unused $CFLAGS"
AC_MSG_RESULT(yes)
else
AC_MSG_RESULT(no)