[Webkit-unassigned] [Bug 149620] New: Fix the ARM build after r190192

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 29 03:14:02 PDT 2015


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

            Bug ID: 149620
           Summary: Fix the ARM build after r190192
    Classification: Unclassified
           Product: WebKit
           Version: Other
          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: darin at apple.com, mmaxfield at apple.com
            Blocks: 108645, 148413

https://trac.webkit.org/changeset/190192 broke the build on ARM Linux:

../../Source/WebCore/platform/graphics/FontFeatureSettings.h: In static member function âstatic void WebCore::FontFeatureTagHashTraits::constructDeletedValue(WebCore::FontFeatureTag&)â:
../../Source/WebCore/platform/graphics/FontFeatureSettings.h:50:134: error: narrowing conversion of -1 from int to char inside { } [-Werror=narrowing]
     static void constructDeletedValue(FontFeatureTag& slot) { new (NotNull, std::addressof(slot)) FontFeatureTag({{ -1, -1, -1, -1 }}); }

The root of the problem is that char is unsigned on ARM.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150929/941db076/attachment.html>


More information about the webkit-unassigned mailing list