From: hno <> Date: Thu, 8 Apr 2004 07:41:24 +0000 (+0000) Subject: Bug #957: gcc (c++) 3.4 does not allow "-Wmissing-prototypes" X-Git-Tag: SQUID_3_0_PRE4~1100 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d9238ceefadb4c61592e64e3f3a14e9c6873d2b4;p=thirdparty%2Fsquid.git Bug #957: gcc (c++) 3.4 does not allow "-Wmissing-prototypes" --- diff --git a/lib/libTrie/configure.in b/lib/libTrie/configure.in index 052d7551c7..11ea7176bd 100644 --- a/lib/libTrie/configure.in +++ b/lib/libTrie/configure.in @@ -37,7 +37,7 @@ AC_PROG_RANLIB dnl set useful flags if test "$GCC" = "yes"; then TRIE_CFLAGS="-Werror -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments" - TRIE_CXXFLAGS="-Werror -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wcomments" + TRIE_CXXFLAGS="-Werror -Wall -Wpointer-arith -Wwrite-strings -Wcomments" else TRIE_CFLAGS= TRIE_CXXFLAGS=