[evolution-data-server] Enable introspection scanner warnings



commit a5c6d390a92715d28c5937689ad2e14817eca790
Author: Milan Crha <mcrha redhat com>
Date:   Sat Dec 8 10:01:56 2012 +0100

    Enable introspection scanner warnings

 addressbook/libebook/Makefile.am |    1 +
 calendar/libecal/Makefile.am     |    1 +
 libedataserver/Makefile.am       |    1 +
 3 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/addressbook/libebook/Makefile.am b/addressbook/libebook/Makefile.am
index 12d4cec..e1fe74d 100644
--- a/addressbook/libebook/Makefile.am
+++ b/addressbook/libebook/Makefile.am
@@ -98,6 +98,7 @@ pkgconfig_DATA = libebook-$(API_VERSION).pc
 -include $(INTROSPECTION_MAKEFILE)
 INTROSPECTION_GIRS =
 INTROSPECTION_SCANNER_ARGS = \
+	--warn-all \
 	--add-include-path=$(top_builddir)/libedataserver \
 	--add-include-path=$(srcdir) \
 	--identifier-prefix=E \
diff --git a/calendar/libecal/Makefile.am b/calendar/libecal/Makefile.am
index 5a89988..434cf56 100644
--- a/calendar/libecal/Makefile.am
+++ b/calendar/libecal/Makefile.am
@@ -91,6 +91,7 @@ DISTCLEANFILES = $(pkgconfig_DATA)
 -include $(INTROSPECTION_MAKEFILE)
 INTROSPECTION_GIRS =
 INTROSPECTION_SCANNER_ARGS = \
+	--warn-all \
 	--add-include-path=$(top_builddir)/libedataserver \
 	--identifier-prefix E \
 	--pkg-export libecal-1.2 \
diff --git a/libedataserver/Makefile.am b/libedataserver/Makefile.am
index 53aa8a7..3e684a0 100644
--- a/libedataserver/Makefile.am
+++ b/libedataserver/Makefile.am
@@ -201,6 +201,7 @@ DISTCLEANFILES = eds-version.h				\
 -include $(INTROSPECTION_MAKEFILE)
 INTROSPECTION_GIRS =
 INTROSPECTION_SCANNER_ARGS = \
+	--warn-all \
 	--identifier-prefix E \
 	--pkg-export libedataserver-1.2 \
 	--c-include="libedataserver/libedataserver.h" \



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