[Webkit-unassigned] [Bug 232596] New: ImageDiff.cpp(74): warning C4477: 'fprintf' : format string '%lu' requires an argument of type 'unsigned long', but variadic argument 2 has type 'size_t'
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Nov 1 17:06:04 PDT 2021
https://bugs.webkit.org/show_bug.cgi?id=232596
Bug ID: 232596
Summary: ImageDiff.cpp(74): warning C4477: 'fprintf' : format
string '%lu' requires an argument of type 'unsigned
long', but variadic argument 2 has type 'size_t'
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Tools / Tests
Assignee: webkit-unassigned at lists.webkit.org
Reporter: Hironori.Fujii at sony.com
Since r284764, MSVC reports the following warning.
C:\home\webkit\gc\Tools\ImageDiff\ImageDiff.cpp(74): warning C4477: 'fprintf' : format string '%lu' requires an argument of type 'unsigned long', but variadic argument 2 has type 'size_t'
C:\home\webkit\gc\Tools\ImageDiff\ImageDiff.cpp(74): note: consider using '%zu' in the format string
--
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/20211102/a44ee9e7/attachment.htm>
More information about the webkit-unassigned
mailing list