Bug 215223 - Fix warnings related to unsigned >=0 ASSERTs
Summary: Fix warnings related to unsigned >=0 ASSERTs
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Rob Buis
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-08-06 10:06 PDT by Rob Buis
Modified: 2020-08-07 00:56 PDT (History)
4 users (show)

See Also:


Attachments
Patch (7.32 KB, patch)
2020-08-06 10:07 PDT, Rob Buis
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Rob Buis 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]
Comment 1 Rob Buis 2020-08-06 10:07:59 PDT
Created attachment 406089 [details]
Patch
Comment 2 EWS 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].
Comment 3 Radar WebKit Bug Importer 2020-08-07 00:56:19 PDT
<rdar://problem/66668030>