Title: [89633] trunk
Revision
89633
Author
[email protected]
Date
2011-06-23 16:19:45 -0700 (Thu, 23 Jun 2011)

Log Message

Qt build-fix: remove warning that no other platform appears to use.
Someone can add it back if they really feel it's needed.

Modified Paths

Diff

Modified: trunk/ChangeLog (89632 => 89633)


--- trunk/ChangeLog	2011-06-23 23:13:55 UTC (rev 89632)
+++ trunk/ChangeLog	2011-06-23 23:19:45 UTC (rev 89633)
@@ -1,3 +1,10 @@
+2011-06-23  Oliver Hunt  <[email protected]>
+
+        Qt build-fix: remove warning that no other platform appears to use.
+        Someone can add it back if they really feel it's needed.
+
+        * Source/WebKit.pri:
+
 2011-06-22  Ryuan Choi  <[email protected]>
 
         Reviewed by Antonio Gomes.

Modified: trunk/Source/WebKit.pri (89632 => 89633)


--- trunk/Source/WebKit.pri	2011-06-23 23:13:55 UTC (rev 89632)
+++ trunk/Source/WebKit.pri	2011-06-23 23:19:45 UTC (rev 89633)
@@ -88,7 +88,7 @@
 }
 
 CONFIG -= warn_on
-*-g++*:QMAKE_CXXFLAGS += -Wall -Wextra -Wreturn-type -fno-strict-aliasing -Wcast-align -Wchar-subscripts -Wformat-security -Wreturn-type -Wno-unused-parameter -Wno-sign-compare -Wno-switch -Wno-switch-enum -Wundef -Wmissing-noreturn -Winit-self
+*-g++*:QMAKE_CXXFLAGS += -Wall -Wextra -Wreturn-type -fno-strict-aliasing -Wchar-subscripts -Wformat-security -Wreturn-type -Wno-unused-parameter -Wno-sign-compare -Wno-switch -Wno-switch-enum -Wundef -Wmissing-noreturn -Winit-self
 
 # Treat warnings as errors on x86/Linux/GCC
 linux-g++* {
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to