[PATCH 2/7] build: added --warn-all to GI scanner
- From: Simon Pena <spena igalia com>
- To: grilo-list gnome org
- Subject: [PATCH 2/7] build: added --warn-all to GI scanner
- Date: Fri, 18 Mar 2011 17:46:17 +0200
---
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 d7542fa..4d65342 100644
--- a/libs/net/Makefile.am
+++ b/libs/net/Makefile.am
@@ -57,6 +57,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
--
1.7.1
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]