[babl] introspection: Pass --warn-all to g-ir-scanner
- From: Jon Nordby <jonnor src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [babl] introspection: Pass --warn-all to g-ir-scanner
- Date: Tue, 31 Jul 2012 16:44:08 +0000 (UTC)
commit 8b2b7130019d12983e98e4ef866fe30b24e66fd9
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]