[Webkit-unassigned] [Bug 248593] New: Fix -Wtype-limits warning on mips
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Dec 1 01:18:09 PST 2022
https://bugs.webkit.org/show_bug.cgi?id=248593
Bug ID: 248593
Summary: Fix -Wtype-limits warning on mips
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: JavaScriptCore
Assignee: webkit-unassigned at lists.webkit.org
Reporter: angelos at igalia.com
On MIPS, setupStubCrossArgs is instantiated in different contexts, occasionally with NumCrossSources == 0, which results in
warning: comparison of unsigned expression in ‘< 0’ is always false [-Wtype-limits]
--
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/20221201/a33d5ac3/attachment-0001.htm>
More information about the webkit-unassigned
mailing list