From 88ee9d817cbcde6c18d2d1fd5b19d1cd119e3b78 Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Wed, 17 Mar 2010 20:02:16 +0100 Subject: [PATCH] -Wmissing-prototypes is not valid for C++ --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 64a52df4be..d470f173ea 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)