Skip to content
Snippets Groups Projects
Commit 66a82bf9 authored by Lev Walkin's avatar Lev Walkin
Browse files

moved to higher level

parent 42ce76d8
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment