[gst-cvs] gst-plugins-good: configure: Remove -Wundef flag

Edward Hervey bilboed at kemper.freedesktop.org
Mon Apr 12 03:38:08 PDT 2010


Module: gst-plugins-good
Branch: master
Commit: 5cd3896142ac2607ae486aca6ad6fd12c63e6dc4
URL:    http://cgit.freedesktop.org/gstreamer/gst-plugins-good/commit/?id=5cd3896142ac2607ae486aca6ad6fd12c63e6dc4

Author: Edward Hervey <bilboed at bilboed.com>
Date:   Mon Apr 12 12:40:11 2010 +0200

configure: Remove -Wundef flag

Fixes #615161

---

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

diff --git a/configure.ac b/configure.ac
index 70debd8..f4c7089 100644
--- a/configure.ac
+++ b/configure.ac
@@ -273,14 +273,14 @@ AG_GST_SET_PLUGINDIR
 
 dnl define an ERROR_CFLAGS Makefile variable
 AG_GST_SET_ERROR_CFLAGS($GST_GIT, [
-        -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wundef
+        -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls
         -Wwrite-strings -Wold-style-definition -Wcast-align
         -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar
         -Waggregate-return -Wnested-externs ])
 
 dnl define an ERROR_CXXFLAGS Makefile variable
 AG_GST_SET_ERROR_CXXFLAGS($GST_GIT, [
-        -Wmissing-declarations -Wredundant-decls -Wundef
+        -Wmissing-declarations -Wredundant-decls
         -Wwrite-strings -Wcast-align
         -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar ])
 





More information about the Gstreamer-commits mailing list