Title: [134201] trunk
- Revision
- 134201
- Author
- [email protected]
- Date
- 2012-11-12 03:20:55 -0800 (Mon, 12 Nov 2012)
Log Message
[EFL] Turn on error on warnings for "switch"
https://bugs.webkit.org/show_bug.cgi?id=101760
Patch by KyungTae Kim <[email protected]> on 2012-11-12
Reviewed by Gyuyoung Kim.
Turn on error on warning for "switch" by removing "-Wno-error=switch"
* Source/cmake/WebKitHelpers.cmake:
Modified Paths
Diff
Modified: trunk/ChangeLog (134200 => 134201)
--- trunk/ChangeLog 2012-11-12 11:07:51 UTC (rev 134200)
+++ trunk/ChangeLog 2012-11-12 11:20:55 UTC (rev 134201)
@@ -1,3 +1,14 @@
+2012-11-12 KyungTae Kim <[email protected]>
+
+ [EFL] Turn on error on warnings for "switch"
+ https://bugs.webkit.org/show_bug.cgi?id=101760
+
+ Reviewed by Gyuyoung Kim.
+
+ Turn on error on warning for "switch" by removing "-Wno-error=switch"
+
+ * Source/cmake/WebKitHelpers.cmake:
+
2012-11-11 Shinya Kawanaka <[email protected]>
[Shadow] ElementShadow should have RuleFeatureSet for select attribute selectors.
Modified: trunk/Source/cmake/WebKitHelpers.cmake (134200 => 134201)
--- trunk/Source/cmake/WebKitHelpers.cmake 2012-11-12 11:07:51 UTC (rev 134200)
+++ trunk/Source/cmake/WebKitHelpers.cmake 2012-11-12 11:20:55 UTC (rev 134201)
@@ -42,7 +42,7 @@
# Enable errors on warning
IF (OPTION_ENABLE_WERROR)
- SET(OLD_COMPILE_FLAGS "${OLD_COMPILE_FLAGS} -Werror -Wno-error=unused-parameter -Wno-error=sign-compare -Wno-error=switch")
+ SET(OLD_COMPILE_FLAGS "${OLD_COMPILE_FLAGS} -Werror -Wno-error=unused-parameter -Wno-error=sign-compare")
ENDIF ()
# Disable C++0x compat warnings for GCC >= 4.6.0 until we build
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes