[webkit-changes] [WebKit/WebKit] 45d96d: [WPE] REGRESSION(274544 at main): Build fails due to ...

Adrian Perez noreply at github.com
Wed Feb 14 13:21:32 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 45d96da23f0121bd46d10a637ef6a76a3ed53cb3
      https://github.com/WebKit/WebKit/commit/45d96da23f0121bd46d10a637ef6a76a3ed53cb3
  Author: Adrian Perez de Castro <aperez at igalia.com>
  Date:   2024-02-14 (Wed, 14 Feb 2024)

  Changed paths:
    M Tools/ImageDiff/skia/PlatformImageSkia.cpp
    M Tools/wpe/backends/fdo/HeadlessViewBackendFdo.cpp

  Log Message:
  -----------
  [WPE] REGRESSION(274544 at main): Build fails due to Clang -Wcast-align errors
https://bugs.webkit.org/show_bug.cgi?id=269360

Reviewed by Michael Catanzaro.

Use "#pragma GCC diagnostic ..." instead of "#pragma clang diagnostic ..."
because Clang will recognize the GCC variant but not the other way around.
This way we avoid GCC complaining due to -Wunknown-pragmas.

* Tools/ImageDiff/skia/PlatformImageSkia.cpp:
* Tools/wpe/backends/fdo/HeadlessViewBackendFdo.cpp:

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




More information about the webkit-changes mailing list