WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
282313
ImageDiff/skia/PlatformImageSkia.cpp: error: format specifies type 'unsigned long' but the argument has type 'size_t' (aka 'unsigned long long')
https://bugs.webkit.org/show_bug.cgi?id=282313
Summary
ImageDiff/skia/PlatformImageSkia.cpp: error: format specifies type 'unsigned ...
Fujii Hironori
Reported
2024-10-29 19:31:59 PDT
Windows port can't compile PlatformImageSkia.cpp. C:\webkit\wc\Tools\ImageDiff\skia\PlatformImageSkia.cpp(135,46): error: format specifies type 'unsigned long' but the argument has type 'size_t' (aka 'unsigned long long') [-Werror,-Wformat] 135 | fprintf(stdout, "Content-Length: %lu\n", data->size()); | ~~~ ^~~~~~~~~~~~ | %zu 1 error generated.
Attachments
Add attachment
proposed patch, testcase, etc.
Fujii Hironori
Comment 1
2024-10-29 19:42:45 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/35927
EWS
Comment 2
2024-10-30 03:13:45 PDT
Committed
285893@main
(fdb86ab290e2): <
https://commits.webkit.org/285893@main
> Reviewed commits have been landed. Closing PR #35927 and removing active labels.
Radar WebKit Bug Importer
Comment 3
2024-10-30 03:14:13 PDT
<
rdar://problem/138906139
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug