diff options
author | Edward Hervey <edward.hervey@collabora.co.uk> | 2011-11-10 13:50:23 +0100 |
---|---|---|
committer | Edward Hervey <edward.hervey@collabora.co.uk> | 2011-11-10 13:54:02 +0100 |
commit | deb8e74cad67098fc2d01a6571d1317e7e532778 (patch) | |
tree | df0ddd167ab1d55b62317587bc175d7b1fa237e4 /libs/gst/net | |
parent | 11aacfadc83713706eb42a559e3320fc5e3579be (diff) |
introspection: Add --warn-all to introspection scanner
... and let's get fixing all those docs !
Diffstat (limited to 'libs/gst/net')
-rw-r--r-- | libs/gst/net/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
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) \ |