[babl/HEAD: 3/3] introspection: Pass --warn-all to g-ir-scanner



commit c640be12547aa0994f6ce5771ff5a265a7417ae7
Author: Jon Nordby <jononor gmail com>
Date:   Mon Jul 30 16:35:17 2012 +0200

    introspection: Pass --warn-all to g-ir-scanner

 babl/Makefile.am |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/babl/Makefile.am b/babl/Makefile.am
index d5cf950..9c63038 100644
--- a/babl/Makefile.am
+++ b/babl/Makefile.am
@@ -96,7 +96,8 @@ if HAVE_INTROSPECTION
 
 if HAVE_GI_RENAME_TO
 Babl-$(BABL_API_VERSION).gir: $(G_IR_SCANNER) $(library_include_HEADERS) $(c_sources) $(srcdir)/Makefile.am libbabl- BABL_API_VERSION@.la
-	$(INTROSPECTION_SCANNER) -v --namespace Babl --nsversion=$(BABL_API_VERSION) \
+	$(INTROSPECTION_SCANNER) -v --warn-all \
+	    --namespace Babl --nsversion=$(BABL_API_VERSION) \
             --add-include-path=$(srcdir) --add-include-path=. \
             --library=$(builddir)/libbabl-$(BABL_API_VERSION).la \
             --libtool="$(LIBTOOL)" \



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]