Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 45d96da23f0121bd46d10a637ef6a76a3ed53cb3
      
https://github.com/WebKit/WebKit/commit/45d96da23f0121bd46d10a637ef6a76a3ed53cb3
  Author: Adrian Perez de Castro <ape...@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@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


_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to