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
Fujii Hironori
Comment 1 2024-10-29 19:42:45 PDT
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
Note You need to log in before you can comment on or make changes to this bug.