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

configure: Add an other bunch of Werror=.

parent 3c6c73d5
...@@ -1010,7 +1010,8 @@ AC_ARG_ENABLE(warnings-as-error, ...@@ -1010,7 +1010,8 @@ AC_ARG_ENABLE(warnings-as-error,
AS_HELP_STRING([--enable-warnings-as-error],[Treat acceptable warnings as error (default disabled, enabled in debug)])) 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" if test "x${warnings_as_error}" = "xyes" -o "x${enable_debug}" != "xno"
then then
RDC_PROG_CC_WERRORFLAGS([unused-function unused-label unused-value unused-parameter unused-variable unused]) 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 main missing-braces nonnull parentheses pointer-sign reorder return-type sequence-point switch trigraphs uninitialized])
fi fi
dnl Check for various optimization flags 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