]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Bug #957: gcc (c++) 3.4 does not allow "-Wmissing-prototypes"
authorhno <>
Thu, 8 Apr 2004 07:41:24 +0000 (07:41 +0000)
committerhno <>
Thu, 8 Apr 2004 07:41:24 +0000 (07:41 +0000)
lib/libTrie/configure.in

index 052d7551c793a3ee3b799b147df4d5840e923791..11ea7176bdf8d7e877b37d17761fe7f5a8ccb62a 100644 (file)
@@ -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=