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

Edward Hervey bilboed at kemper.freedesktop.org
Mon Apr 12 03:41:26 PDT 2010


Module: gst-plugins-ugly
Branch: master
Commit: 02be555df359b3db6ba23ca3c850202fad31fb69
URL:    http://cgit.freedesktop.org/gstreamer/gst-plugins-ugly/commit/?id=02be555df359b3db6ba23ca3c850202fad31fb69

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

configure: Remove -Wundef flag

Same fix as for #615161

---

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

diff --git a/configure.ac b/configure.ac
index 4fdef51..c9c6106 100644
--- a/configure.ac
+++ b/configure.ac
@@ -187,14 +187,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 -Wformat-nonliteral -Wformat-security -Wold-style-definition
     -Wcast-align -Winit-self -Wmissing-include-dirs -Waddress
     -Waggregate-return -Wno-multichar -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 -Wformat-nonliteral -Wformat-security -Wcast-align
     -Winit-self -Wmissing-include-dirs -Waddress -Waggregate-return
     -Wno-multichar])





More information about the Gstreamer-commits mailing list