[webkit-changes] [WebKit/WebKit] 45c754: REGRESSION(289032 at main): SkPixmap.h(419, 16): error...

Fujii Hironori noreply at github.com
Sun Jan 19 14:30:58 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 45c7540c4d1f188fc3912ae77d771e3e3b692ec9
      https://github.com/WebKit/WebKit/commit/45c7540c4d1f188fc3912ae77d771e3e3b692ec9
  Author: Fujii Hironori <Hironori.Fujii at sony.com>
  Date:   2025-01-19 (Sun, 19 Jan 2025)

  Changed paths:
    M Source/WebCore/platform/graphics/skia/SkiaSpanExtras.h

  Log Message:
  -----------
  REGRESSION(289032 at main): SkPixmap.h(419,16): error: cast from 'const char *' to 'const uint16_t *' (aka 'const unsigned short *') increases required alignment from 1 to 2 [-Werror,-Wcast-align]
https://bugs.webkit.org/show_bug.cgi?id=286096

Unreviewed build fix for Windows Skia port.

* Source/WebCore/platform/graphics/skia/SkiaSpanExtras.h:
Use WTF_IGNORE_WARNINGS_IN_THIRD_PARTY_CODE_BEGIN for #include <skia/core/SkPixmap.h>.

Canonical link: https://commits.webkit.org/289140@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