[gtk+] Add --warn-all to introspection scanner args



commit 8ba35bc38192ce3b4527294758cf8edd8fda6a08
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri Jan 14 09:32:26 2011 -0500

    Add --warn-all to introspection scanner args
    
    https://bugzilla.gnome.org/show_bug.cgi?id=635287

 gdk/Makefile.am |    3 ++-
 gtk/Makefile.am |    3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/gdk/Makefile.am b/gdk/Makefile.am
index eb66721..dcaeb14 100644
--- a/gdk/Makefile.am
+++ b/gdk/Makefile.am
@@ -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=.
diff --git a/gtk/Makefile.am b/gtk/Makefile.am
index fc3a86a..78957d3 100644
--- a/gtk/Makefile.am
+++ b/gtk/Makefile.am
@@ -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=. \



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