=?utf-8?q?=5Bevolution-data-server=5D_build=3A_Enable_g-ir-scanner?= =?utf-8?q?=E2=80=99s_--warn-all_option_when_building_GIR_files?=
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server] build: Enable g-ir-scannerâs --warn-all option when building GIR files
- Date: Mon, 18 Jun 2012 15:13:19 +0000 (UTC)
commit bb974b31cf110cc182604499db3781a4fc44008c
Author: Philip Withnall <philip tecnocode co uk>
Date: Mon Jun 18 16:11:54 2012 +0100
build: Enable g-ir-scannerâs --warn-all option when building GIR files
This should make missing annotations and documentation comment problems
more obvious.
addressbook/libebook/Makefile.am | 2 +-
calendar/libecal/Makefile.am | 2 +-
libedataserver/Makefile.am | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/addressbook/libebook/Makefile.am b/addressbook/libebook/Makefile.am
index d7dd438..41f89f8 100644
--- a/addressbook/libebook/Makefile.am
+++ b/addressbook/libebook/Makefile.am
@@ -93,7 +93,7 @@ pkgconfig_DATA = libebook-$(API_VERSION).pc
INTROSPECTION_GIRS =
INTROSPECTION_SCANNER_ARGS = --add-include-path=$(top_builddir)/libedataserver \
--add-include-path=$(srcdir) --identifier-prefix=E --pkg-export \
- libebook-1.2 --c-include="libebook/libebook.h"
+ libebook-1.2 --c-include="libebook/libebook.h" --warn-all
INTROSPECTION_COMPILER_ARGS = --includedir=$(top_builddir)/libedataserver \
--includedir=$(srcdir)
diff --git a/calendar/libecal/Makefile.am b/calendar/libecal/Makefile.am
index 6eb1d38..fc0f186 100644
--- a/calendar/libecal/Makefile.am
+++ b/calendar/libecal/Makefile.am
@@ -91,7 +91,7 @@ DISTCLEANFILES = $(pkgconfig_DATA)
-include $(INTROSPECTION_MAKEFILE)
INTROSPECTION_GIRS =
INTROSPECTION_SCANNER_ARGS = --add-include-path=$(top_builddir)/libedataserver --identifier-prefix E --pkg-export libecal-1.2 \
- --c-include="libecal/libecal.h"
+ --c-include="libecal/libecal.h" --warn-all
INTROSPECTION_COMPILER_ARGS = --includedir=$(top_builddir)/libedataserver
if HAVE_INTROSPECTION
diff --git a/libedataserver/Makefile.am b/libedataserver/Makefile.am
index f5960a5..87fcfd9 100644
--- a/libedataserver/Makefile.am
+++ b/libedataserver/Makefile.am
@@ -195,7 +195,7 @@ DISTCLEANFILES = eds-version.h \
-include $(INTROSPECTION_MAKEFILE)
INTROSPECTION_GIRS =
INTROSPECTION_SCANNER_ARGS = --identifier-prefix E --pkg-export \
- libedataserver-1.2 --c-include="libedataserver/libedataserver.h"
+ libedataserver-1.2 --c-include="libedataserver/libedataserver.h" --warn-all
INTROSPECTION_COMPILER_ARGS =
if HAVE_INTROSPECTION
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]