Title: [149118] trunk/Source/WebKit2
Revision
149118
Author
[email protected]
Date
2013-04-25 10:12:30 -0700 (Thu, 25 Apr 2013)

Log Message

Make gobject-introspection warnings non-fatal
https://bugs.webkit.org/show_bug.cgi?id=115184

Reviewed by Carlos Garcia Campos.

* GNUmakefile.am: Make it so that gobject-introspection errors do not fail the buld
until we get to a point where gobject-introspection gives consistent warnings.

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (149117 => 149118)


--- trunk/Source/WebKit2/ChangeLog	2013-04-25 16:46:55 UTC (rev 149117)
+++ trunk/Source/WebKit2/ChangeLog	2013-04-25 17:12:30 UTC (rev 149118)
@@ -1,3 +1,13 @@
+2013-04-25  Martin Robinson  <[email protected]>
+
+        Make gobject-introspection warnings non-fatal
+        https://bugs.webkit.org/show_bug.cgi?id=115184
+
+        Reviewed by Carlos Garcia Campos.
+
+        * GNUmakefile.am: Make it so that gobject-introspection errors do not fail the buld
+        until we get to a point where gobject-introspection gives consistent warnings.
+
 2013-04-25  Carlos Garcia Campos  <[email protected]>
 
         [GTK] Add WebKitWebViewGroup to WebKit2 GTK+ API

Modified: trunk/Source/WebKit2/GNUmakefile.am (149117 => 149118)


--- trunk/Source/WebKit2/GNUmakefile.am	2013-04-25 16:46:55 UTC (rev 149117)
+++ trunk/Source/WebKit2/GNUmakefile.am	2013-04-25 17:12:30 UTC (rev 149118)
@@ -267,7 +267,6 @@
 	     $(G_IR_SCANNER) \
 	     --quiet \
 	     --warn-all \
-	     --warn-error \
 	     --symbol-prefix=webkit \
 	     --identifier-prefix=WebKit \
 	     --namespace=WebKit2 \
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to