[Webkit-unassigned] [Bug 138414] New: Fix Debug Build Error in Webcore module

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 5 03:14:25 PST 2014


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

            Bug ID: 138414
           Summary: Fix Debug Build Error in Webcore module
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: SVG
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: shiva.jm at samsung.com
                CC: zimmermann at kde.org

Getting below debug build error on latest Wk2-efl build.
Wmissing-format-attribute -Wpointer-arith -Wundef -Wwrite-strings -MMD -MT Source/WebCore/CMakeFiles/WebCore.dir/svg/SVGMarkerElement.cpp.o -MF "Source/WebCore/CMakeFiles/WebCore.dir/svg/SVGMarkerElement.cpp.o.d" -o Source/WebCore/CMakeFiles/WebCore.dir/svg/SVGMarkerElement.cpp.o -c ../../Source/WebCore/svg/SVGMarkerElement.cpp
In file included from ../../Source/WTF/wtf/PossiblyNull.h:29:0,
                 from ../../Source/WTF/wtf/FastMalloc.h:26,
                 from ../../Source/WebCore/config.h:75,
                 from ../../Source/WebCore/svg/SVGMarkerElement.cpp:22:
../../Source/WebCore/svg/SVGMarkerElement.cpp: In member function ‘WebCore::SVGMarkerOrientType& WebCore::SVGMarkerElement::orientType() const’:
../../Source/WebCore/svg/SVGMarkerElement.cpp:256:55: error: comparison of unsigned expression >= 0 is always true [-Werror=type-limits]
             ASSERT(wrapper->currentAnimatedValue() >= 0 && wrapper->currentAnimatedValue() < SVGMarkerOrientMax);
                                                       ^
../../Source/WTF/wtf/Assertions.h:232:8: note: in definition of macro ‘ASSERT’
     (!(assertion) ?

-- 
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/e0fe03d9/attachment-0002.html>


More information about the webkit-unassigned mailing list