[grilo] build: added --warn-all to GI scanner



commit a8ac1557431fcf819bdc404115c24d430633d8e4
Author: Simon Pena <spena igalia com>
Date:   Fri Mar 18 17:46:17 2011 +0200

    build: added --warn-all to GI scanner

 libs/net/Makefile.am |    1 +
 src/Makefile.am      |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/libs/net/Makefile.am b/libs/net/Makefile.am
index b43cc9a..206545a 100644
--- a/libs/net/Makefile.am
+++ b/libs/net/Makefile.am
@@ -63,6 +63,7 @@ gir_headers = $(patsubst %,$(srcdir)/%, $(libgrlnet_ GRL_MAJORMINOR@include_HEAD
 gir_sources = $(patsubst %,$(srcdir)/%, $(libgrlnet_ GRL_MAJORMINOR@_la_SOURCES))
 
 INTROSPECTION_GIRS =
+INTROSPECTION_SCANNER_ARGS = --warn-all
 
 introspection_sources =	\
 	$(gir_headers)	\
diff --git a/src/Makefile.am b/src/Makefile.am
index 1b29bdf..036e9e8 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -111,7 +111,7 @@ CLEANFILES =
 
 -include $(INTROSPECTION_MAKEFILE)
 INTROSPECTION_GIRS =
-INTROSPECTION_SCANNER_ARGS = --add-include-path=$(srcdir)
+INTROSPECTION_SCANNER_ARGS = --add-include-path=$(srcdir) --warn-all
 INTROSPECTION_COMPILER_ARGS = --includedir=$(srcdir) --includedir=$(srcdir)/data
 
 # introspection support



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