From: hno <> Date: Thu, 8 Apr 2004 07:29:05 +0000 (+0000) Subject: Bug #957: gcc (c++) 3.4 does not allow "-Wmissing-prototypes" X-Git-Tag: SQUID_3_0_PRE4~1102 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=495b968e3e535ed83da1096bbc07b1552700a189;p=thirdparty%2Fsquid.git Bug #957: gcc (c++) 3.4 does not allow "-Wmissing-prototypes" --- diff --git a/configure.in b/configure.in index 5d70209e4e..c3ab2d8068 100644 --- a/configure.in +++ b/configure.in @@ -3,7 +3,7 @@ dnl Configuration input file for Squid dnl dnl Duane Wessels, wessels@nlanr.net, February 1996 (autoconf v2.9) dnl -dnl $Id: configure.in,v 1.353 2004/04/05 17:22:00 wessels Exp $ +dnl $Id: configure.in,v 1.354 2004/04/08 01:29:05 hno Exp $ dnl dnl dnl @@ -13,7 +13,7 @@ AC_CONFIG_SRCDIR([src/main.cc]) AC_CONFIG_AUX_DIR(cfgaux) AM_INIT_AUTOMAKE(squid, 3.0-PRE3-CVS) AM_CONFIG_HEADER(include/autoconf.h) -AC_REVISION($Revision: 1.353 $)dnl +AC_REVISION($Revision: 1.354 $)dnl AC_PREFIX_DEFAULT(/usr/local/squid) AM_MAINTAINER_MODE @@ -125,7 +125,7 @@ fi dnl set squid required flags if test "$GCC" = "yes"; then SQUID_CFLAGS="-Werror -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments" - SQUID_CXXFLAGS="-Werror -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wcomments" + SQUID_CXXFLAGS="-Werror -Wall -Wpointer-arith -Wwrite-strings -Wcomments" else SQUID_CFLAGS= SQUID_CXXFLAGS=