summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authorEdward Hervey <edward.hervey@collabora.co.uk>2011-11-10 13:50:23 +0100
committerEdward Hervey <edward.hervey@collabora.co.uk>2011-11-10 13:54:02 +0100
commitdeb8e74cad67098fc2d01a6571d1317e7e532778 (patch)
treedf0ddd167ab1d55b62317587bc175d7b1fa237e4 /libs
parent11aacfadc83713706eb42a559e3320fc5e3579be (diff)
introspection: Add --warn-all to introspection scanner
... and let's get fixing all those docs !
Diffstat (limited to 'libs')
-rw-r--r--libs/gst/base/Makefile.am1
-rw-r--r--libs/gst/check/Makefile.am1
-rw-r--r--libs/gst/controller/Makefile.am1
-rw-r--r--libs/gst/net/Makefile.am1
4 files changed, 4 insertions, 0 deletions
diff --git a/libs/gst/base/Makefile.am b/libs/gst/base/Makefile.am
index fea8cd445..168083619 100644
--- a/libs/gst/base/Makefile.am
+++ b/libs/gst/base/Makefile.am
@@ -73,6 +73,7 @@ GstBase-@GST_MAJORMINOR@.gir: $(INTROSPECTION_SCANNER) libgstbase-@GST_MAJORMINO
GST_PLUGIN_SYSTEM_PATH="" GST_PLUGIN_PATH="" GST_REGISTRY_UPDATE=no \
$(INTROSPECTION_SCANNER) -v --namespace GstBase \
--nsversion=@GST_MAJORMINOR@ \
+ --warn-all \
--strip-prefix=Gst \
-DGST_USE_UNSTABLE_API \
-I$(top_srcdir) \
diff --git a/libs/gst/check/Makefile.am b/libs/gst/check/Makefile.am
index 7d3082ab3..16cffad01 100644
--- a/libs/gst/check/Makefile.am
+++ b/libs/gst/check/Makefile.am
@@ -121,6 +121,7 @@ GstCheck-@GST_MAJORMINOR@.gir: $(INTROSPECTION_SCANNER) libgstcheck-@GST_MAJORMI
$(INTROSPECTION_SCANNER) -v --namespace GstCheck \
--nsversion=@GST_MAJORMINOR@ \
--strip-prefix=Gst \
+ --warn-all \
-DGST_USE_UNSTABLE_API \
-I$(top_srcdir) \
-I$(top_srcdir)/libs \
diff --git a/libs/gst/controller/Makefile.am b/libs/gst/controller/Makefile.am
index 66975197f..c5e61b211 100644
--- a/libs/gst/controller/Makefile.am
+++ b/libs/gst/controller/Makefile.am
@@ -49,6 +49,7 @@ GstController-@GST_MAJORMINOR@.gir: $(INTROSPECTION_SCANNER) libgstcontroller-@G
GST_PLUGIN_SYSTEM_PATH="" GST_PLUGIN_PATH="" GST_REGISTRY_UPDATE=no \
$(INTROSPECTION_SCANNER) -v --namespace GstController \
--nsversion=@GST_MAJORMINOR@ \
+ --warn-all \
--strip-prefix=Gst \
-DGST_USE_UNSTABLE_API \
-I$(top_srcdir) \
diff --git a/libs/gst/net/Makefile.am b/libs/gst/net/Makefile.am
index 4202ae52b..2a758d42d 100644
--- a/libs/gst/net/Makefile.am
+++ b/libs/gst/net/Makefile.am
@@ -50,6 +50,7 @@ GstNet-@GST_MAJORMINOR@.gir: $(INTROSPECTION_SCANNER) libgstnet-@GST_MAJORMINOR@
GST_PLUGIN_SYSTEM_PATH="" GST_PLUGIN_PATH="" GST_REGISTRY_UPDATE=no \
$(INTROSPECTION_SCANNER) -v --namespace GstNet \
--strip-prefix=Gst \
+ --warn-all \
--nsversion=@GST_MAJORMINOR@ \
-DGST_USE_UNSTABLE_API \
-I$(top_srcdir) \