Commit f95312b2 authored by Felix Paul Kühne's avatar Felix Paul Kühne

* don't add -Wall to the obj-C flags, as you'll get flooded with useless...

* don't add -Wall to the obj-C flags, as you'll get flooded with useless warnings and don't see the errors anymore
parent 6eee127c
...@@ -928,7 +928,6 @@ AC_CACHE_CHECK([if $CC accepts -Wsign-compare], ...@@ -928,7 +928,6 @@ AC_CACHE_CHECK([if $CC accepts -Wsign-compare],
if test "${ac_cv_c_Wall}" != "no"; then if test "${ac_cv_c_Wall}" != "no"; then
CFLAGS_save="-Wall ${CFLAGS_save}"; CFLAGS="${CFLAGS_save}" CFLAGS_save="-Wall ${CFLAGS_save}"; CFLAGS="${CFLAGS_save}"
CXXFLAGS_save="-Wall ${CFLAGS_save}"; CXXFLAGS="${CXXFLAGS_save}" CXXFLAGS_save="-Wall ${CFLAGS_save}"; CXXFLAGS="${CXXFLAGS_save}"
OBJCFLAGS_save="-Wall ${OBJCFLAGS_save}"; OBJCFLAGS="${OBJCFLAGS_save}"
fi fi
if test "${ac_cv_c_Wextra}" != "no"; then if test "${ac_cv_c_Wextra}" != "no"; then
......
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