Commit 66a82bf9 authored by Lev Walkin's avatar Lev Walkin

moved to higher level

parent 42ce76d8
...@@ -51,7 +51,7 @@ esac ...@@ -51,7 +51,7 @@ esac
AC_ARG_ENABLE(autoconf, AC_ARG_ENABLE(autoconf,
[ --enable-Werror abort compilation after any C compiler warning], [ --enable-Werror abort compilation after any C compiler warning],
ADD_CFLAGS="-Werror -W") ADD_CFLAGS="-Werror -W -Wpointer-arith")
AC_SUBST(ADD_CFLAGS) AC_SUBST(ADD_CFLAGS)
dnl Add these flags if we're using GCC. dnl Add these flags if we're using GCC.
...@@ -61,7 +61,6 @@ case "$GCC" in ...@@ -61,7 +61,6 @@ case "$GCC" in
CFLAGS="$CFLAGS -Wshadow" CFLAGS="$CFLAGS -Wshadow"
CFLAGS="$CFLAGS -Wcast-qual" CFLAGS="$CFLAGS -Wcast-qual"
CFLAGS="$CFLAGS -Wcast-align" CFLAGS="$CFLAGS -Wcast-align"
CFLAGS="$CFLAGS -Wpointer-arith"
CFLAGS="$CFLAGS -Wchar-subscripts" CFLAGS="$CFLAGS -Wchar-subscripts"
CFLAGS="$CFLAGS -Wmissing-prototypes" CFLAGS="$CFLAGS -Wmissing-prototypes"
CFLAGS="$CFLAGS -Wmissing-declarations" CFLAGS="$CFLAGS -Wmissing-declarations"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment