Bug 248593

Summary: Fix -Wtype-limits warning on mips
Product: WebKit Reporter: Angelos Oikonomopoulos <angelos>
Component: JavaScriptCoreAssignee: Angelos Oikonomopoulos <angelos>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Angelos Oikonomopoulos
Reported 2022-12-01 01:18:09 PST
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]
Attachments
Angelos Oikonomopoulos
Comment 1 2022-12-01 01:31:36 PST
EWS
Comment 2 2022-12-06 08:01:14 PST
Committed 257409@main (30f0d48dee99): <https://commits.webkit.org/257409@main> Reviewed commits have been landed. Closing PR #7014 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.