summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Orton <notroj@users.noreply.github.com>2004-10-02 22:30:02 +0000
committerJoe Orton <notroj@users.noreply.github.com>2004-10-02 22:30:02 +0000
commit8b8790878cc371af313853f943526b6481a50717 (patch)
treeccc3c230c0fa9278b481c69d513025044bee9b2f
parenta05fd0a35e45b697f9cb00fbe1e5a8810d13786e (diff)
downloadneon-git-0.24.x.tar.gz
* macros/neon.m4 (NEON_WARNINGS): Drop -ansi-pedantic and0.24.x
-Wimplicit-prototypes for gcc 3.4 compatibility.
-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"