[webkit-changes] [WebKit/WebKit] 084403: [Skia] Unreviewed build fix for GLib platforms

Alicia Boya García noreply at github.com
Thu Dec 5 08:59:47 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 084403702340b81ef7731c0d17e4e81a6f7eebc6
      https://github.com/WebKit/WebKit/commit/084403702340b81ef7731c0d17e4e81a6f7eebc6
  Author: Alicia Boya Garcia <aboya at igalia.com>
  Date:   2024-12-05 (Thu, 05 Dec 2024)

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

  Log Message:
  -----------
  [Skia] Unreviewed build fix for GLib platforms
https://bugs.webkit.org/show_bug.cgi?id=284109

skia/core/SkTypeface.h transitively includes some inline functions that
use C-style buffer access, making the clang build fail due to strict
mode.

This patch adds a WTF_IGNORE_WARNINGS_IN_THIRD_PARTY_CODE guard around
the affected include directive, as it is the case in other places where
Skia is included.

* Source/WebCore/platform/graphics/skia/FontVariationsSkia.h:

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