[Webkit-unassigned] [Bug 138416] New: Fix the debug build after r175525

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 5 03:43:53 PST 2014


https://bugs.webkit.org/show_bug.cgi?id=138416

            Bug ID: 138416
           Summary: Fix the debug build after r175525
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ossy at webkit.org
                CC: krit at webkit.org,
                    nikos.andronikos-webkit at cisra.canon.com.au
            Blocks: 137942

../../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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20141105/a1bd6e27/attachment-0002.html>


More information about the webkit-unassigned mailing list