diff options
author | Benjamin Otte <otte@redhat.com> | 2010-03-03 10:31:26 +0100 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2010-03-10 20:46:09 +0100 |
commit | 22f87a529f731b62dc84bf36b77ecf1ae252ef76 (patch) | |
tree | 00e38da833a1f2e04f47b0d2016ae4c39c40452e /configure.ac | |
parent | 58415ef1770633cf35bbcd7880ad78c9beba6e6e (diff) | |
download | gstreamer-22f87a529f731b62dc84bf36b77ecf1ae252ef76.tar.gz |
Fixes -Wundef warnings
... and adds that flag to configure.ac
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 29706b0de5..ed325a997f 100644 --- a/configure.ac +++ b/configure.ac @@ -578,7 +578,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]) +AG_GST_SET_ERROR_CFLAGS($GST_GIT, [-Wredundant-decls -Wundef]) dnl define correct level for debugging messages AG_GST_SET_LEVEL_DEFAULT($GST_GIT) |