Bug 218682 - Fix warning related to unsigned >=0 ASSERT
Summary: Fix warning related to unsigned >=0 ASSERT
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Rob Buis
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-11-07 01:56 PST by Rob Buis
Modified: 2020-11-07 14:21 PST (History)
9 users (show)

See Also:


Attachments
Patch (1.56 KB, patch)
2020-11-07 02:05 PST, 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-11-07 01:56:56 PST
Source/WebCore/rendering/RenderText.cpp:592:19: warning: comparison of unsigned expression in ‘>= 0’ is always true [-Wtype-limits]
Comment 1 Rob Buis 2020-11-07 02:05:31 PST
Created attachment 413522 [details]
Patch
Comment 2 EWS 2020-11-07 14:20:31 PST
Committed r269566: <https://trac.webkit.org/changeset/269566>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 413522 [details].
Comment 3 Radar WebKit Bug Importer 2020-11-07 14:21:16 PST
<rdar://problem/71153675>