Title: [111375] trunk/Tools
Revision
111375
Author
[email protected]
Date
2012-03-20 02:49:59 -0700 (Tue, 20 Mar 2012)

Log Message

x86 GCC bug triggers a compilation error in generated copy constructor of CollapsedBorderValue
https://bugs.webkit.org/show_bug.cgi?id=81502

Unreviewed.

* qmake/mkspecs/features/unix/default_post.prf: Reenable Werror after r111171.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (111374 => 111375)


--- trunk/Tools/ChangeLog	2012-03-20 09:40:05 UTC (rev 111374)
+++ trunk/Tools/ChangeLog	2012-03-20 09:49:59 UTC (rev 111375)
@@ -1,3 +1,12 @@
+2012-03-20  Csaba Osztrogonác  <[email protected]>
+
+        x86 GCC bug triggers a compilation error in generated copy constructor of CollapsedBorderValue
+        https://bugs.webkit.org/show_bug.cgi?id=81502
+
+        Unreviewed.
+
+        * qmake/mkspecs/features/unix/default_post.prf: Reenable Werror after r111171.
+
 2012-03-19  Jessie Berlin  <[email protected]>
 
         Unreviewed; roll out http://trac.webkit.org/changeset/111307 and http://trac.webkit.org/changeset/111293

Modified: trunk/Tools/qmake/mkspecs/features/unix/default_post.prf (111374 => 111375)


--- trunk/Tools/qmake/mkspecs/features/unix/default_post.prf	2012-03-20 09:40:05 UTC (rev 111374)
+++ trunk/Tools/qmake/mkspecs/features/unix/default_post.prf	2012-03-20 09:49:59 UTC (rev 111375)
@@ -6,8 +6,7 @@
 
 # Treat warnings as errors on x86/Linux/GCC
 linux-g++* {
-    # Disable -Werror on x86 because of https://bugs.webkit.org/show_bug.cgi?id=81498
-    isEqual(QT_ARCH,x86_64) {
+    isEqual(QT_ARCH,x86_64)|isEqual(QT_ARCH,i386) {
         # Disable -Werror for declarative stuff until we _require_ a Qt 5 with the new names.
         !contains(QT, declarative): QMAKE_CXXFLAGS += -Werror
     }
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to