From 66a82bf9e4e1d550684da98f3df9e560fed77c03 Mon Sep 17 00:00:00 2001 From: Lev Walkin Date: Sun, 26 Sep 2004 14:06:05 +0000 Subject: moved to higher level --- configure.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index da0cad6e..045d12d9 100644 --- a/configure.in +++ b/configure.in @@ -51,7 +51,7 @@ esac AC_ARG_ENABLE(autoconf, [ --enable-Werror abort compilation after any C compiler warning], - ADD_CFLAGS="-Werror -W") + ADD_CFLAGS="-Werror -W -Wpointer-arith") AC_SUBST(ADD_CFLAGS) dnl Add these flags if we're using GCC. @@ -61,7 +61,6 @@ case "$GCC" in CFLAGS="$CFLAGS -Wshadow" CFLAGS="$CFLAGS -Wcast-qual" CFLAGS="$CFLAGS -Wcast-align" - CFLAGS="$CFLAGS -Wpointer-arith" CFLAGS="$CFLAGS -Wchar-subscripts" CFLAGS="$CFLAGS -Wmissing-prototypes" CFLAGS="$CFLAGS -Wmissing-declarations" -- cgit v1.2.3