diff options
author | Benjamin Otte <otte@redhat.com> | 2010-03-02 22:58:06 +0100 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2010-03-11 10:59:57 +0100 |
commit | 7e7f51f61735d3f38c370c20c2a0bd5ab206611d (patch) | |
tree | 78b3127a27dab9e56a06fc83a290de0cddaf771f /configure.ac | |
parent | 8a4aed855a38b301dbae43535ea565e194119c41 (diff) | |
download | gstreamer-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.ac | 2 |
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) |