Bug 245060 - [CSS] Fix the build warning below since 254282@main.
Summary: [CSS] Fix the build warning below since 254282@main.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Joonghun Park
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-09-11 22:07 PDT by Joonghun Park
Modified: 2022-09-12 10:14 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Joonghun Park 2022-09-11 22:07:16 PDT
warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare]
 6402 |     if (noneCount > (!parsedImage + !parsedType))
      |         ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Comment 1 EWS 2022-09-12 02:05:57 PDT
Committed 254375@main (fe524823fc99): <https://commits.webkit.org/254375@main>

Reviewed commits have been landed. Closing PR #4248 and removing active labels.
Comment 2 Radar WebKit Bug Importer 2022-09-12 02:06:17 PDT
<rdar://problem/99813816>