Skip to content
Snippets Groups Projects
Commit 396a30d1 authored by Dan Egnor's avatar Dan Egnor
Browse files

remove -Werror, add EXTRA_CFLAGS, portability

parent 24e1eb0b
No related branches found
No related tags found
No related merge requests found
...@@ -61,7 +61,7 @@ if test -z "$no_wacky_libs" ; then ...@@ -61,7 +61,7 @@ if test -z "$no_wacky_libs" ; then
fi fi
test yes = "$GCC" && test yes = "$GCC" &&
CFLAGS="-Wall -Wno-comment -Werror -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wwrite-strings $CFLAGS" CFLAGS="-Wall -Wno-comment -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wwrite-strings $CFLAGS"' $(EXTRA_CFLAGS)'
AC_SUBST(PROG_LDCONFIG) AC_SUBST(PROG_LDCONFIG)
AC_SUBST(GLIB_INCLUDES) AC_SUBST(GLIB_INCLUDES)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment