Commit f8218ad8 authored by Lev Walkin's avatar Lev Walkin

recompiled

parent 66a82bf9
...@@ -21404,7 +21404,7 @@ esac ...@@ -21404,7 +21404,7 @@ esac
# Check whether --enable-autoconf or --disable-autoconf was given. # Check whether --enable-autoconf or --disable-autoconf was given.
if test "${enable_autoconf+set}" = set; then if test "${enable_autoconf+set}" = set; then
enableval="$enable_autoconf" enableval="$enable_autoconf"
ADD_CFLAGS="-Werror -W" ADD_CFLAGS="-Werror -W -Wpointer-arith"
fi; fi;
...@@ -21414,7 +21414,6 @@ case "$GCC" in ...@@ -21414,7 +21414,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