[Webkit-unassigned] [Bug 225642] New: Fix compile warning in non-CG platforms after r277232
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue May 11 01:24:10 PDT 2021
https://bugs.webkit.org/show_bug.cgi?id=225642
Bug ID: 225642
Summary: Fix compile warning in non-CG platforms after r277232
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Platform
Assignee: webkit-unassigned at lists.webkit.org
Reporter: cgarcia at igalia.com
CC: ggaren at apple.com, lmoura at igalia.com,
mmaxfield at apple.com, simon.fraser at apple.com
In file included from WebCore/PrivateHeaders/WebCore/Font.h:30,
from WebCore/PrivateHeaders/WebCore/FontCascade.h:28,
from WebCore/PrivateHeaders/WebCore/GraphicsContext.h:32,
from WebCore/PrivateHeaders/WebCore/FrameView.h:31,
from ../../Source/WebKit/WebProcess/InjectedBundle/API/glib/WebKitWebPage.cpp:56:
WebCore/PrivateHeaders/WebCore/GlyphBuffer.h: In member function ‘WTF::Optional<unsigned int> WebCore::GlyphBuffer::checkedStringOffsetAt(unsigned int, unsigned int) const’:
WebCore/PrivateHeaders/WebCore/GlyphBuffer.h:81:20: warning: comparison of unsigned expression in ‘< 0’ is always false [-Wtype-limits]
81 | if (result < 0 || static_cast<unsigned>(result) >= stringLength)
|
--
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/20210511/db103b88/attachment-0001.htm>
More information about the webkit-unassigned
mailing list