summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2004-10-02 22:30:02 +0000
committerjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2004-10-02 22:30:02 +0000
commitcf610da5410e28af04badcfbc07b8407d7f95619 (patch)
treeccc3c230c0fa9278b481c69d513025044bee9b2f
parent0b221d42517b5c351bc60958a5a0b52d42cc4ed5 (diff)
downloadneon-0.24.x.tar.gz
* macros/neon.m4 (NEON_WARNINGS): Drop -ansi-pedantic and0.24.x
-Wimplicit-prototypes for gcc 3.4 compatibility. git-svn-id: http://svn.webdav.org/repos/projects/neon/branches/0.24.x@271 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
-rw-r--r--macros/neon.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/neon.m4 b/macros/neon.m4
index d288daa..ba43825 100644
--- a/macros/neon.m4
+++ b/macros/neon.m4
@@ -831,7 +831,7 @@ AC_HELP_STRING(--enable-warnings, [enable compiler warnings]))
if test "$enable_warnings" = "yes"; then
case $GCC:`uname` in
yes:*)
- CFLAGS="$CFLAGS -Wall -ansi-pedantic -Wmissing-declarations -Winline -Wshadow -Wreturn-type -Wsign-compare -Wundef -Wpointer-arith -Wcast-align -Wbad-function-cast -Wimplicit-prototypes -Wformat-security"
+ CFLAGS="$CFLAGS -Wall -Wmissing-declarations -Winline -Wshadow -Wreturn-type -Wsign-compare -Wundef -Wpointer-arith -Wcast-align -Wbad-function-cast -Wformat-security"
if test -z "$with_ssl" -o "$with_ssl" = "no"; then
# OpenSSL headers fail strict prototypes checks
CFLAGS="$CFLAGS -Wstrict-prototypes"