Add --warn-all to introspection scanner args

https://bugzilla.gnome.org/show_bug.cgi?id=635287
This commit is contained in:
Matthias Clasen 2011-01-14 09:32:26 -05:00
parent 890e4511aa
commit 8ba35bc381
2 changed files with 4 additions and 2 deletions

View File

@ -3,7 +3,8 @@ include $(top_srcdir)/Makefile.decl
-include $(INTROSPECTION_MAKEFILE)
INTROSPECTION_GIRS =
INTROSPECTION_SCANNER_ARGS = \
--add-include-path=../gdk
--add-include-path=../gdk \
--warn-all
INTROSPECTION_COMPILER_ARGS = \
--includedir=$(srcdir) \
--includedir=.

View File

@ -3,7 +3,8 @@ include $(top_srcdir)/Makefile.decl
-include $(INTROSPECTION_MAKEFILE)
INTROSPECTION_GIRS =
INTROSPECTION_SCANNER_ARGS = \
--add-include-path=../gdk
--add-include-path=../gdk \
--warn-all
INTROSPECTION_COMPILER_ARGS = \
--includedir=$(srcdir) \
--includedir=. \