[gobject-introspection] [gir] Pass in --warn-all/error to our libs



commit 8948dd7766cf82674f9853c7f665f00fcfe82231
Author: Johan Dahlin <jdahlin litl com>
Date:   Thu Jun 17 22:29:48 2010 -0300

    [gir] Pass in --warn-all/error to our libs
    
    Pass in --warn-all/--warn-error to all the libraries that
    are under our control so we can dogfood.

 gir/Makefile.am |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/gir/Makefile.am b/gir/Makefile.am
index c07a239..d8e94e9 100644
--- a/gir/Makefile.am
+++ b/gir/Makefile.am
@@ -179,6 +179,7 @@ if BUILD_TESTS
 Everything-1.0.gir: Gio-2.0.gir libgirepository-everything-1.0.la
 
 Everything_1_0_gir_LIBS = libgirepository-everything-1.0.la
+Everything_1_0_gir_SCANNERFLAGS = --warn-all --warn-error
 Everything_1_0_gir_PACKAGES = gobject-2.0 cairo gio-2.0
 Everything_1_0_gir_INCLUDES = GObject-2.0 cairo-1.0 Gio-2.0
 Everything_1_0_gir_FILES = everything.h everything.c
@@ -208,6 +209,7 @@ GIMarshallingTests_1_0_gir_LIBS = libgirepository-gimarshallingtests-1.0.la
 GIMarshallingTests_1_0_gir_PACKAGES = gobject-2.0
 GIMarshallingTests_1_0_gir_INCLUDES = GObject-2.0
 GIMarshallingTests_1_0_gir_FILES = gimarshallingtests.h gimarshallingtests.c
+GIMarshallingTests_1_0_gir_SCANNERFLAGS = --warn-all --warn-error
 
 INTROSPECTION_GIRS += GIMarshallingTests-$(TYPELIB_VERSION).gir
 EXPECTEDGIRS += GIMarshallingTests-$(TYPELIB_VERSION)-expected.gir



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