[vlc-devel] commit: configure: Add 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 to the list of Werror warnings . (Pierre d'Herbemont )

git version control git at videolan.org
Tue Aug 25 04:16:56 CEST 2009


vlc | branch: master | Pierre d'Herbemont <pdherbemont at free.fr> | Tue Aug 25 04:10:45 2009 +0200| [3293fa7727394f69dc45ab36d5817c5216f3533c] | committer: Pierre d'Herbemont 

configure: Add 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 to the list of Werror warnings.

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

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

diff --git a/configure.ac b/configure.ac
index e484bcf..827c811 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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)
 




More information about the vlc-devel mailing list