[Webkit-unassigned] [Bug 127665] WebKit2: Enable -Wimplicit-fallthrough and add FALLTHROUGH annotation where needed
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jan 27 10:53:06 PST 2014
https://bugs.webkit.org/show_bug.cgi?id=127665
--- Comment #4 from Darin Adler <darin at apple.com> 2014-01-27 10:50:31 PST ---
(From update of attachment 222294)
View in context: https://bugs.webkit.org/attachment.cgi?id=222294&action=review
> Source/WebKit2/Shared/UserData.cpp:157
> case API::Object::Type::Point:
> static_cast<const API::Point&>(object).encode(encoder);
> + break;
>
> case API::Object::Type::Rect:
> static_cast<const API::Rect&>(object).encode(encoder);
> + break;
Wow, it caught a real bug!
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list