From 9704c00b0d7d57d6f885c5c1614e70a08d0f360b Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Mon, 12 Apr 2010 12:42:06 +0200 Subject: [PATCH] configure: Remove -Wundef flag Same fix as for #615161 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 72cd92c53b..56ebcfa641 100644 --- a/configure.ac +++ b/configure.ac @@ -249,7 +249,7 @@ AG_GST_SET_ERROR_CFLAGS($GST_GIT, [ 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 -Wno-multichar ])