Bug 138407 - Fix build warning in SVGMarkerElement.cpp
Summary: Fix build warning in SVGMarkerElement.cpp
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
: 138414 138416 (view as bug list)
Depends on:
Blocks:
 
Reported: 2014-11-04 23:53 PST by Sanghyup Lee
Modified: 2014-11-05 09:42 PST (History)
12 users (show)

See Also:


Attachments
Patch (1.63 KB, patch)
2014-11-04 23:59 PST, Sanghyup Lee
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sanghyup Lee 2014-11-04 23:53:50 PST
../../Source/WebCore/svg/SVGMarkerElement.cpp:256:55: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
             ASSERT(wrapper->currentAnimatedValue() >= 0 && wrapper->currentAnimatedValue() < SVGMarkerOrientMax);
Comment 1 Sanghyup Lee 2014-11-04 23:59:37 PST
Created attachment 241005 [details]
Patch
Comment 2 Csaba Osztrogonác 2014-11-05 05:50:00 PST
*** Bug 138414 has been marked as a duplicate of this bug. ***
Comment 3 Darin Adler 2014-11-05 09:04:26 PST
*** Bug 138416 has been marked as a duplicate of this bug. ***
Comment 4 WebKit Commit Bot 2014-11-05 09:42:37 PST
Comment on attachment 241005 [details]
Patch

Clearing flags on attachment: 241005

Committed r175623: <http://trac.webkit.org/changeset/175623>
Comment 5 WebKit Commit Bot 2014-11-05 09:42:45 PST
All reviewed patches have been landed.  Closing bug.