[webkit-changes] [WebKit/WebKit] fdb86a: ImageDiff/skia/PlatformImageSkia.cpp: error: forma...

Fujii Hironori noreply at github.com
Wed Oct 30 03:14:04 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: fdb86ab290e20acec5de779bbf455241404a738a
      https://github.com/WebKit/WebKit/commit/fdb86ab290e20acec5de779bbf455241404a738a
  Author: Fujii Hironori <Hironori.Fujii at sony.com>
  Date:   2024-10-30 (Wed, 30 Oct 2024)

  Changed paths:
    M Tools/ImageDiff/skia/PlatformImageSkia.cpp

  Log Message:
  -----------
  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

Reviewed by Carlos Garcia Campos.

Windows port couldn't compile PlatformImageSkia.cpp. Use %zu for
size_t instead of %lu.

* Tools/ImageDiff/skia/PlatformImageSkia.cpp:
(ImageDiff::PlatformImage::writeAsPNGToStdout):

Canonical link: https://commits.webkit.org/285893@main



To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications


More information about the webkit-changes mailing list