[vlc-devel] commit: Remove -Wcast-align, too many false positives ( Rémi Denis-Courmont )
git version control
git at videolan.org
Mon Sep 28 18:21:41 CEST 2009
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Mon Sep 28 19:21:23 2009 +0300| [cf2ccb0de55913fbf2b0e78022c9fbcd6510290a] | committer: Rémi Denis-Courmont
Remove -Wcast-align, too many false positives
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=cf2ccb0de55913fbf2b0e78022c9fbcd6510290a
---
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index 0676d70..23f55d2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1011,7 +1011,7 @@ if test "${ac_cv_c_ntohl_sys_param_h}" != "no"; then
fi
CFLAGS="${CFLAGS_save}"
-RDC_PROG_CC_WFLAGS([all extra sign-compare undef pointer-arith bad-function-cast cast-align write-strings missing-prototypes volatile-register-var error-implicit-function-declaration])
+RDC_PROG_CC_WFLAGS([all extra sign-compare undef pointer-arith bad-function-cast write-strings missing-prototypes volatile-register-var error-implicit-function-declaration])
RDC_PROG_CC_FLAGS([-pipe])
AC_ARG_ENABLE(warnings-as-error,
More information about the vlc-devel
mailing list