Commit cd2b2d91 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

Revert "configure: Add an other bunch of Werror=."

This was a bit too early.

This reverts commit b827afa2.

Conflicts:

	configure.ac
parent 52bdf5d0
......@@ -1010,10 +1010,7 @@ AC_ARG_ENABLE(warnings-as-error,
AS_HELP_STRING([--enable-warnings-as-error],[Treat acceptable warnings as error (default disabled, enabled in debug)]))
if test "x${warnings_as_error}" = "xyes" -o "x${enable_debug}" != "xno"
then
RDC_PROG_CC_WERRORFLAGS([unused-function unused-label unused-value unused-parameter unused-variable unused \
missing-parameter-type missing-declarations undef address enum-compare implicit-int implicit-function-declaration \
comment format format-security format-nonliteral main missing-braces nonnull parentheses pointer-sign reorder return-type sequence-point switch trigraphs uninitialized \
bad-function-cast end])
RDC_PROG_CC_WERRORFLAGS([unused-function unused-label unused-value unused-parameter unused-variable unused])
fi
dnl Check for various optimization flags
......
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