Bug 215223

Summary: Fix warnings related to unsigned >=0 ASSERTs
Product: WebKit Reporter: Rob Buis <rbuis>
Component: New BugsAssignee: Rob Buis <rbuis>
Status: RESOLVED FIXED    
Severity: Normal CC: ews-watchlist, mifenton, svillar, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Rob Buis
Reported 2020-08-06 10:06:06 PDT
Fix warnings related to unsigned >=0 ASSERTs by removing the expressions. Example warning: Source/WebCore/editing/TextCheckingHelper.cpp:425:39: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
Attachments
Patch (7.32 KB, patch)
2020-08-06 10:07 PDT, Rob Buis
no flags
Rob Buis
Comment 1 2020-08-06 10:07:59 PDT
EWS
Comment 2 2020-08-07 00:55:15 PDT
Committed r265364: <https://trac.webkit.org/changeset/265364> All reviewed patches have been landed. Closing bug and clearing flags on attachment 406089 [details].
Radar WebKit Bug Importer
Comment 3 2020-08-07 00:56:19 PDT
Note You need to log in before you can comment on or make changes to this bug.