[vlc-devel] commit: Don't treat strict-aliasing as error, this break Win32 compilation too much (Jean-Baptiste Kempf )

git version control git at videolan.org
Tue Aug 25 20:43:29 CEST 2009


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Aug 25 20:42:56 2009 +0200| [5ff67322e0237a3506fe4a48a7ac01dd4eda444d] | committer: Jean-Baptiste Kempf 

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

All vouts are impacted, and dmo too.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5ff67322e0237a3506fe4a48a7ac01dd4eda444d
---

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index 2a30a6b..0b58327 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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)




More information about the vlc-devel mailing list