Commit d654665b authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Revert "Don't treat strict-aliasing as error, this break Win32 compilation too much"

This reverts commit 5ff67322.
parent b9b6e601
......@@ -1016,7 +1016,7 @@ AC_ARG_ENABLE(warnings-as-error,
AS_IF([test "${enable_warnings_as_error}" = "yes"], [
RDC_PROG_CC_WERRORFLAGS([unused-function unused-label unused-value unused-parameter unused-variable unused \
missing-braces nonnull parentheses uninitialized address enum-compare undef comment switch \
bad-function-cast implicit sequence-point return-type array-bounds missing-parameter-type \
bad-function-cast implicit sequence-point return-type strict-aliasing array-bounds missing-parameter-type \
overflow int-to-pointer-cast pointer-to-int-cast div-by-zero overflow ignored])
])
AC_SUBST(CFLAGS_WERROR)
......
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