summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2010-03-02 22:58:06 +0100
committerBenjamin Otte <otte@redhat.com>2010-03-11 10:59:57 +0100
commit7e7f51f61735d3f38c370c20c2a0bd5ab206611d (patch)
tree78b3127a27dab9e56a06fc83a290de0cddaf771f /configure.ac
parent8a4aed855a38b301dbae43535ea565e194119c41 (diff)
downloadgstreamer-7e7f51f61735d3f38c370c20c2a0bd5ab206611d.tar.gz
Fixes for -Wmissing-declarations -Wmissing-prototypes
Also adds those flags to the configure warning flags https://bugzilla.gnome.org/show_bug.cgi?id=611692
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 0a43abe36f..edca1f97ad 100644
--- a/configure.ac
+++ b/configure.ac
@@ -600,7 +600,7 @@ GST_PKG_DEPS="glib-2.0, gobject-2.0, gmodule-no-export-2.0, gthread-2.0"
AC_SUBST(GST_PKG_DEPS)
dnl define an ERROR_CFLAGS Makefile variable
-AG_GST_SET_ERROR_CFLAGS($GST_GIT, [-Wredundant-decls -Wundef -Wwrite-strings])
+AG_GST_SET_ERROR_CFLAGS($GST_GIT, [-Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wundef -Wwrite-strings])
dnl define correct level for debugging messages
AG_GST_SET_LEVEL_DEFAULT($GST_GIT)