]> git.sesse.net Git - vlc/commitdiff
configure: Add implicit sequence-point return-type strict-aliasing array-bounds missi...
authorPierre d'Herbemont <pdherbemont@free.fr>
Tue, 25 Aug 2009 02:10:45 +0000 (04:10 +0200)
committerPierre d'Herbemont <pdherbemont@free.fr>
Tue, 25 Aug 2009 02:10:45 +0000 (04:10 +0200)
configure.ac

index e484bcf8d18202eb4709d5eed3783bf337448566..827c81122cb315d57acf120e320b475226dbdc79 100644 (file)
@@ -1016,7 +1016,8 @@ 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 ignored])
+     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)