Bug 210592

Summary: MSVC: LayoutUnits.h(248): warning C4245: 'argument': conversion from 'const int' to 'size_t', signed/unsigned mismatch
Product: WebKit Reporter: Fujii Hironori <fujii.hironori>
Component: Layout and RenderingAssignee: Fujii Hironori <fujii.hironori>
Status: RESOLVED FIXED    
Severity: Normal CC: bfulgham, simon.fraser, webkit-bug-importer, zalan
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Fujii Hironori
Reported 2020-04-15 23:09:19 PDT
MSVC: LayoutUnits.h(248): warning C4245: 'argument': conversion from 'const int' to 'size_t', signed/unsigned mismatch Since Bug 210399 (r259981) > C:\Buildbot\WinCairo-EWS\build\Source\WebCore\layout\LayoutUnits.h(248): warning C4245: 'argument': conversion from 'const int' to 'size_t', signed/unsigned mismatch > C:\Buildbot\WinCairo-EWS\build\Source\WebCore\layout\LayoutUnits.h(250): warning C4245: 'argument': conversion from 'const int' to 'size_t', signed/unsigned mismatch > C:\Buildbot\WinCairo-EWS\build\Source\WebCore\layout\LayoutUnits.h(251): warning C4245: 'argument': conversion from 'const int' to 'size_t', signed/unsigned mismatch
Attachments
Patch (2.48 KB, patch)
2020-04-19 23:53 PDT, Fujii Hironori
no flags
Fujii Hironori
Comment 1 2020-04-19 23:53:58 PDT
Fujii Hironori
Comment 2 2020-04-20 13:39:17 PDT
Comment on attachment 396951 [details] Patch Clearing flags on attachment: 396951 Committed r260396: <https://trac.webkit.org/changeset/260396>
Fujii Hironori
Comment 3 2020-04-20 13:39:20 PDT
All reviewed patches have been landed. Closing bug.
Radar WebKit Bug Importer
Comment 4 2020-04-20 13:49:16 PDT
Note You need to log in before you can comment on or make changes to this bug.