summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohan Dahlin <jdahlin@litl.com>2010-06-17 22:29:48 -0300
committerJohan Dahlin <johan@gnome.org>2010-06-17 22:32:25 -0300
commit8948dd7766cf82674f9853c7f665f00fcfe82231 (patch)
tree66097fac7054561f8dc57841bac27fb2fd2d4128
parent0d0b05cc8cf172cf67f510882933dcbe24a8bae1 (diff)
downloadgobject-introspection-8948dd7766cf82674f9853c7f665f00fcfe82231.tar.gz
[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.
-rw-r--r--gir/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/gir/Makefile.am b/gir/Makefile.am
index c07a239e..d8e94e9c 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