[Webkit-unassigned] [Bug 215223] New: Fix warnings related to unsigned >=0 ASSERTs
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Aug 6 10:06:06 PDT 2020
https://bugs.webkit.org/show_bug.cgi?id=215223
Bug ID: 215223
Summary: Fix warnings related to unsigned >=0 ASSERTs
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: New Bugs
Assignee: webkit-unassigned at lists.webkit.org
Reporter: rbuis at igalia.com
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]
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200806/598847d7/attachment.htm>
More information about the webkit-unassigned
mailing list