summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2010-03-17 20:02:16 +0100
committerBenjamin Otte <otte@redhat.com>2010-03-17 20:02:16 +0100
commit88ee9d817cbcde6c18d2d1fd5b19d1cd119e3b78 (patch)
tree808c9a42b275ba4c75906b0c98479381d0bd23d4
parent1055aaa9cb442ed8a816a50793adc8c2eca7e65b (diff)
-Wmissing-prototypes is not valid for C++
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 64a52df4b..d470f173e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -275,7 +275,7 @@ dnl define an ERROR_CFLAGS Makefile variable
AG_GST_SET_ERROR_CFLAGS($GST_GIT, [-Wmissing-declarations -Wmissing-prototypes -Wredundant-decls])
dnl define an ERROR_CXXFLAGS Makefile variable
-AG_GST_SET_ERROR_CXXFLAGS($GST_GIT, [-Wmissing-declarations -Wmissing-prototypes -Wredundant-decls])
+AG_GST_SET_ERROR_CXXFLAGS($GST_GIT, [-Wmissing-declarations -Wredundant-decls])
dnl define correct level for debugging messages
AG_GST_SET_LEVEL_DEFAULT($GST_GIT)