Summary: | [EFL] Turn on error on warnings for "switch" | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Laszlo Gombos <laszlo.gombos> | ||||
Component: | WebKit EFL | Assignee: | KyungTae Kim <ktf.kim> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | CC: | gyuyoung.kim, jinwoo7.song, ktf.kim, lucas.de.marchi, rakuco, webkit.review.bot, yael | ||||
Priority: | P2 | ||||||
Version: | 528+ (Nightly build) | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Attachments: |
|
Description
Laszlo Gombos
2012-11-09 07:49:30 PST
Created attachment 173559 [details]
Patch
There was no build error after removing "-Wno-error=switch" for EFL build Comment on attachment 173559 [details] Patch Clearing flags on attachment: 173559 Committed r134201: <http://trac.webkit.org/changeset/134201> All reviewed patches have been landed. Closing bug. This broke the build when --no-svg is used. (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 |