Bug 248593
| Summary: | Fix -Wtype-limits warning on mips | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Angelos Oikonomopoulos <angelos> |
| Component: | JavaScriptCore | Assignee: | Angelos Oikonomopoulos <angelos> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Angelos Oikonomopoulos
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Angelos Oikonomopoulos
Pull request: https://github.com/WebKit/WebKit/pull/7014
EWS
Committed 257409@main (30f0d48dee99): <https://commits.webkit.org/257409@main>
Reviewed commits have been landed. Closing PR #7014 and removing active labels.