forked from AuroraMiddleware/gtk
Add --warn-all to introspection scanner args
https://bugzilla.gnome.org/show_bug.cgi?id=635287
This commit is contained in:
parent
890e4511aa
commit
8ba35bc381
@ -3,7 +3,8 @@ include $(top_srcdir)/Makefile.decl
|
|||||||
-include $(INTROSPECTION_MAKEFILE)
|
-include $(INTROSPECTION_MAKEFILE)
|
||||||
INTROSPECTION_GIRS =
|
INTROSPECTION_GIRS =
|
||||||
INTROSPECTION_SCANNER_ARGS = \
|
INTROSPECTION_SCANNER_ARGS = \
|
||||||
--add-include-path=../gdk
|
--add-include-path=../gdk \
|
||||||
|
--warn-all
|
||||||
INTROSPECTION_COMPILER_ARGS = \
|
INTROSPECTION_COMPILER_ARGS = \
|
||||||
--includedir=$(srcdir) \
|
--includedir=$(srcdir) \
|
||||||
--includedir=.
|
--includedir=.
|
||||||
|
@ -3,7 +3,8 @@ include $(top_srcdir)/Makefile.decl
|
|||||||
-include $(INTROSPECTION_MAKEFILE)
|
-include $(INTROSPECTION_MAKEFILE)
|
||||||
INTROSPECTION_GIRS =
|
INTROSPECTION_GIRS =
|
||||||
INTROSPECTION_SCANNER_ARGS = \
|
INTROSPECTION_SCANNER_ARGS = \
|
||||||
--add-include-path=../gdk
|
--add-include-path=../gdk \
|
||||||
|
--warn-all
|
||||||
INTROSPECTION_COMPILER_ARGS = \
|
INTROSPECTION_COMPILER_ARGS = \
|
||||||
--includedir=$(srcdir) \
|
--includedir=$(srcdir) \
|
||||||
--includedir=. \
|
--includedir=. \
|
||||||
|
Loading…
Reference in New Issue
Block a user