Bug 210592 - MSVC: LayoutUnits.h(248): warning C4245: 'argument': conversion from 'const int' to 'size_t', signed/unsigned mismatch
Summary: MSVC: LayoutUnits.h(248): warning C4245: 'argument': conversion from 'const i...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Fujii Hironori
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-04-15 23:09 PDT by Fujii Hironori
Modified: 2020-04-20 13:49 PDT (History)
4 users (show)

See Also:


Attachments
Patch (2.48 KB, patch)
2020-04-19 23:53 PDT, Fujii Hironori
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Fujii Hironori 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
Comment 1 Fujii Hironori 2020-04-19 23:53:58 PDT
Created attachment 396951 [details]
Patch
Comment 2 Fujii Hironori 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>
Comment 3 Fujii Hironori 2020-04-20 13:39:20 PDT
All reviewed patches have been landed.  Closing bug.
Comment 4 Radar WebKit Bug Importer 2020-04-20 13:49:16 PDT
<rdar://problem/62074213>