[Webkit-unassigned] [Bug 197148] [aarch64] clang Wc++11-narrowing for unsigned char in WebCore/contentextensions

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 23 07:54:06 PDT 2019


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

--- Comment #4 from Michael Catanzaro <mcatanzaro at igalia.com> ---
Yeah, I agree this change is correct. signed or unsigned on its own would be signed int or unsigned int, not what's needed here.

Remember signed char is a separate type from char (unlike all other signed types).

-- 
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/20190423/b29e2b7b/attachment.html>


More information about the webkit-unassigned mailing list