Add --disable-fatal-warnings configure option
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Thu, 19 Jan 2012 14:07:34 +0000 (14:07 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Thu, 19 Jan 2012 14:07:34 +0000 (14:07 +0000)
common
configure.ac

diff --git a/common b/common
index 63d592e..17fa4ab 160000 (submodule)
--- a/common
+++ b/common
@@ -1 +1 @@
-Subproject commit 63d592ed74618734d69438c770d6462efeb5ab9d
+Subproject commit 17fa4abf49d31cf5dcc2994bdbaa86e45a3fb69f
index 13647a4..859bb05 100644 (file)
@@ -78,6 +78,8 @@ AG_GST_GETTEXT([gst-plugins-base-$GST_MAJORMINOR])
 
 dnl *** check for arguments to configure ***
 
+AG_GST_ARG_DISABLE_FATAL_WARNINGS
+
 AG_GST_ARG_DEBUG
 AG_GST_ARG_PROFILING
 AG_GST_ARG_VALGRIND
@@ -367,14 +369,14 @@ AG_GST_CHECK_GST_DEBUG_DISABLED([NO_WARNINGS="-Wno-unused"], [NO_WARNINGS=""])
 
 dnl define an ERROR_CFLAGS Makefile variable
 dnl -Wformat-nonliteral - see ext/pango/gstclockoverlay.c and http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39438
-AG_GST_SET_ERROR_CFLAGS($GST_GIT, [
+AG_GST_SET_ERROR_CFLAGS($FATAL_WARNINGS, [
     -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wundef
     -Wwrite-strings -Wformat-nonliteral -Wformat-security
     -Winit-self -Wmissing-include-dirs -Waddress -Waggregate-return
     -Wno-multichar -Wnested-externs $NO_WARNINGS])
 
 dnl define an ERROR_CXXFLAGS Makefile variable
-AG_GST_SET_ERROR_CXXFLAGS($GST_GIT, [
+AG_GST_SET_ERROR_CXXFLAGS($FATAL_WARNINGS, [
     -Wmissing-declarations -Wredundant-decls -Wundef
     -Wwrite-strings -Wformat-nonliteral -Wformat-security
     -Winit-self -Wmissing-include-dirs -Waddress -Waggregate-return