]> git.sesse.net Git - vlc/commitdiff
Don't treat strict-aliasing as error, this break Win32 compilation too much
authorJean-Baptiste Kempf <jb@videolan.org>
Tue, 25 Aug 2009 18:42:56 +0000 (20:42 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Tue, 25 Aug 2009 18:42:56 +0000 (20:42 +0200)
All vouts are impacted, and dmo too.

configure.ac

index 2a30a6bcc96f42d7b8bb475c7c14160e1e07a127..0b58327bb20b1b582e1f4ebb4bbcb4305bf770d5 100644 (file)
@@ -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 strict-aliasing array-bounds missing-parameter-type \
+     bad-function-cast implicit sequence-point return-type array-bounds missing-parameter-type \
      overflow int-to-pointer-cast pointer-to-int-cast div-by-zero overflow ignored])
 ])
 AC_SUBST(CFLAGS_WERROR)