Title: [120083] trunk/Tools
Revision
120083
Author
[email protected]
Date
2012-06-12 09:28:36 -0700 (Tue, 12 Jun 2012)

Log Message

[Qt] Fix -Werror for the buildbots
https://bugs.webkit.org/show_bug.cgi?id=88223

Rubber-stamped by Tor Arne Vestbø.

Revert a part of r119269 to enable Werror again for non qt-developer-builds. (for bots for example)

* qmake/mkspecs/features/unix/default_post.prf:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (120082 => 120083)


--- trunk/Tools/ChangeLog	2012-06-12 16:15:05 UTC (rev 120082)
+++ trunk/Tools/ChangeLog	2012-06-12 16:28:36 UTC (rev 120083)
@@ -1,3 +1,14 @@
+2012-06-12  Csaba Osztrogonác  <[email protected]>
+
+        [Qt] Fix -Werror for the buildbots
+        https://bugs.webkit.org/show_bug.cgi?id=88223
+
+        Rubber-stamped by Tor Arne Vestbø.
+
+        Revert a part of r119269 to enable Werror again for non qt-developer-builds. (for bots for example)
+
+        * qmake/mkspecs/features/unix/default_post.prf:
+
 2012-06-12  Balazs Kelemen  <[email protected]>
 
         [REGRESSION][WTR] Build fail with werror after r120054

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


--- trunk/Tools/qmake/mkspecs/features/unix/default_post.prf	2012-06-12 16:15:05 UTC (rev 120082)
+++ trunk/Tools/qmake/mkspecs/features/unix/default_post.prf	2012-06-12 16:28:36 UTC (rev 120083)
@@ -13,7 +13,7 @@
 }
 
 # Treat warnings as errors on x86/Linux/GCC
-qt_developer_build:linux-g++* {
+linux-g++* {
     isEqual(QT_ARCH,x86_64)|isEqual(QT_ARCH,i386): QMAKE_CXXFLAGS += -Werror
     greaterThan(QT_GCC_MAJOR_VERSION, 3):greaterThan(QT_GCC_MINOR_VERSION, 5) {
         !contains(QMAKE_CXXFLAGS, -std=(c|gnu)\\+\\+(0x|11)) {
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to