Bug 101760 - [EFL] Turn on error on warnings for "switch"
Summary: [EFL] Turn on error on warnings for "switch"
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit EFL (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: KyungTae Kim
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-09 07:49 PST by Laszlo Gombos
Modified: 2012-11-12 18:24 PST (History)
7 users (show)

See Also:


Attachments
Patch (1.32 KB, patch)
2012-11-11 22:39 PST, KyungTae Kim
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Laszlo Gombos 2012-11-09 07:49:30 PST
Remove "-Wno-error=switch" from Source/cmake/WebKitHelpers.cmake and fix the remaining build errors - if any.
Comment 1 KyungTae Kim 2012-11-11 22:39:31 PST
Created attachment 173559 [details]
Patch
Comment 2 KyungTae Kim 2012-11-11 23:03:46 PST
There was no build error after removing "-Wno-error=switch" for EFL build
Comment 3 WebKit Review Bot 2012-11-12 03:21:27 PST
Comment on attachment 173559 [details]
Patch

Clearing flags on attachment: 173559

Committed r134201: <http://trac.webkit.org/changeset/134201>
Comment 4 WebKit Review Bot 2012-11-12 03:21:32 PST
All reviewed patches have been landed.  Closing bug.
Comment 5 Yael 2012-11-12 10:08:11 PST
This broke the build when --no-svg is used.
Comment 6 KyungTae Kim 2012-11-12 18:24:44 PST
(In reply to comment #5)
> This broke the build when --no-svg is used.

I made a bug for fixing that :
https://bugs.webkit.org/show_bug.cgi?id=102027