[vlc-devel] commit: configure: Add an other bunch of Werror=. (Pierre d'Herbemont )

git version control git at videolan.org
Thu Aug 20 18:38:28 CEST 2009


vlc | branch: master | Pierre d'Herbemont <pdherbemont at free.fr> | Thu Aug 20 18:26:58 2009 +0200| [b827afa26d5085d0dc013620cf3ded1d5d6dbafd] | committer: Pierre d'Herbemont 

configure: Add an other bunch of Werror=.

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

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

diff --git a/configure.ac b/configure.ac
index a3a8126..4a88e5b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1010,7 +1010,8 @@ AC_ARG_ENABLE(warnings-as-error,
       AS_HELP_STRING([--enable-warnings-as-error],[Treat acceptable warnings as error (default disabled, enabled in debug)]))
 if test "x${warnings_as_error}" = "xyes" -o "x${enable_debug}" != "xno"
 then
-    RDC_PROG_CC_WERRORFLAGS([unused-function unused-label unused-value unused-parameter unused-variable unused])
+    RDC_PROG_CC_WERRORFLAGS([unused-function unused-label unused-value unused-parameter unused-variable unused \
+    missing-parameter-type missing-declarations undef address enum-compare implicit-int implicit-function-declaration comment format main missing-braces nonnull parentheses pointer-sign reorder return-type sequence-point switch trigraphs uninitialized])
 fi
 
 dnl Check for various optimization flags




More information about the vlc-devel mailing list