WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Csaba Osztrogonác
Comment 1
2014-11-05 03:46:22 PST
Created
attachment 241023
[details]
Patch
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.
Top of Page
Format For Printing
XML
Clone This Bug