[librest] Turn on introspection scanner warnings
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [librest] Turn on introspection scanner warnings
- Date: Mon, 10 Mar 2014 17:02:52 +0000 (UTC)
commit 6aa3de79579399fd63e29d4276582e3023d213d3
Author: Emmanuele Bassi <ebassi gnome org>
Date: Wed Nov 20 13:09:37 2013 +0000
Turn on introspection scanner warnings
So we have a fighting chance to actually fix them, instead of sweeping
them under the rug.
https://bugzilla.gnome.org/show_bug.cgi?id=712747
rest-extras/Makefile.am | 2 +-
rest/Makefile.am | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/rest-extras/Makefile.am b/rest-extras/Makefile.am
index dbf4fae..c7dd606 100644
--- a/rest-extras/Makefile.am
+++ b/rest-extras/Makefile.am
@@ -66,7 +66,7 @@ RestExtras_ API_VERSION_AM@_gir_FILES = \
RestExtras_ API_VERSION_AM@_gir_CFLAGS = -I$(top_srcdir)
RestExtras_ API_VERSION_AM@_gir_INCLUDES = GObject-2.0 libxml2-2.0
RestExtras_ API_VERSION_AM@_gir_PACKAGES = gobject-2.0 libsoup-2.4 libxml-2.0
-RestExtras_ API_VERSION_AM@_gir_SCANNERFLAGS = --include-uninstalled=$(top_builddir)/rest/Rest-
API_VERSION@.gir --accept-unprefixed
+RestExtras_ API_VERSION_AM@_gir_SCANNERFLAGS = --include-uninstalled=$(top_builddir)/rest/Rest-
API_VERSION@.gir --accept-unprefixed --warn-all
RestExtras_ API_VERSION_AM@_gir_EXPORT_PACKAGES = rest-extras- API_VERSION@
girdir = $(datadir)/gir-1.0
diff --git a/rest/Makefile.am b/rest/Makefile.am
index da2a56b..65b0c64 100644
--- a/rest/Makefile.am
+++ b/rest/Makefile.am
@@ -120,7 +120,7 @@ Rest_ API_VERSION_AM@_gir_FILES = \
Rest_ API_VERSION_AM@_gir_CFLAGS = -I$(top_srcdir)
Rest_ API_VERSION_AM@_gir_INCLUDES = GObject-2.0 Gio-2.0
Rest_ API_VERSION_AM@_gir_PACKAGES = gobject-2.0 libsoup-2.4 libxml-2.0 gio-2.0
-Rest_ API_VERSION_AM@_gir_SCANNERFLAGS = --accept-unprefixed
+Rest_ API_VERSION_AM@_gir_SCANNERFLAGS = --accept-unprefixed --warn-all
Rest_ API_VERSION_AM@_gir_EXPORT_PACKAGES = rest- API_VERSION@
REST_CINCLUDES=$(patsubst %,--c-include='rest/%',$(shell echo $(lib_headers)))
INTROSPECTION_SCANNER_ARGS = $(REST_CINCLUDES)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]