RESOLVED DUPLICATE of bug 138407 138416
Fix the debug build after r175525
https://bugs.webkit.org/show_bug.cgi?id=138416
Summary Fix the debug build after r175525
Csaba Osztrogonác
Reported 2014-11-05 03:43:53 PST
../../Source/WebCore/svg/SVGMarkerElement.cpp: In member function 'WebCore::SVGMarkerOrientType& WebCore::SVGMarkerElement::orientType() const': ../../Source/WebCore/svg/SVGMarkerElement.cpp:256:51: error: comparison of unsigned expression >= 0 is always true [-Werror=type-limits] cc1plus: all warnings being treated as errors line256: ASSERT(wrapper->currentAnimatedValue() >= 0 && wrapper->currentAnimatedValue() < SVGMarkerOrientMax); wrapper->currentAnimatedValue() is unsigned, so it is always true, I think we should simple remove it.
Attachments
Patch (1.50 KB, patch)
2014-11-05 03:46 PST, Csaba Osztrogonác
no flags
Csaba Osztrogonác
Comment 1 2014-11-05 03:46:22 PST
Csaba Osztrogonác
Comment 2 2014-11-05 04:09:50 PST
*** This bug has been marked as a duplicate of bug 138414 ***
Darin Adler
Comment 3 2014-11-05 09:04:26 PST
*** This bug has been marked as a duplicate of bug 138407 ***
Note You need to log in before you can comment on or make changes to this bug.