[libpeas] Enable all warnings when scanning for introspection data
- From: Garrett Regier <gregier src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libpeas] Enable all warnings when scanning for introspection data
- Date: Tue, 29 Jun 2010 10:50:29 +0000 (UTC)
commit c1fb784936f03500422b868477d4269ec48e89a1
Author: Garrett Regier <alias301 gmail com>
Date: Tue Jun 29 03:22:59 2010 -0700
Enable all warnings when scanning for introspection data
libpeas/Makefile.am | 1 +
libpeasui/Makefile.am | 2 +-
2 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/libpeas/Makefile.am b/libpeas/Makefile.am
index 05c7553..18731fd 100644
--- a/libpeas/Makefile.am
+++ b/libpeas/Makefile.am
@@ -74,6 +74,7 @@ dist-hook:
if HAVE_INTROSPECTION
-include $(INTROSPECTION_MAKEFILE)
INTROSPECTION_GIRS = Peas-1.0.gir
+ INTROSPECTION_SCANNER_ARGS = -I$(top_srcdir) --warn-all
introspection_sources = $(INST_H_FILES) $(C_FILES)
diff --git a/libpeasui/Makefile.am b/libpeasui/Makefile.am
index ec91c35..81b2745 100644
--- a/libpeasui/Makefile.am
+++ b/libpeasui/Makefile.am
@@ -34,7 +34,7 @@ header_DATA = $(INST_H_FILES)
if HAVE_INTROSPECTION
-include $(INTROSPECTION_MAKEFILE)
INTROSPECTION_GIRS = PeasUI-1.0.gir
- INTROSPECTION_SCANNER_ARGS = --add-include-path=$(top_builddir)/libpeas
+ INTROSPECTION_SCANNER_ARGS = --add-include-path=$(top_builddir)/libpeas --warn-all
INTROSPECTION_COMPILER_ARGS = --includedir=$(top_srcdir)/libpeas
introspection_sources = $(libpeasui_1_0_la_SOURCES)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]