Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 36d87a9c88b9400cbb24387dfecda318e92a6ba6
      
https://github.com/WebKit/WebKit/commit/36d87a9c88b9400cbb24387dfecda318e92a6ba6
  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

Unreviewed build fix.

Use "pragma clang diagnostic" to silence -Wcast-align warnings being
treated as errors. The IGNORE_CLANG_WARNINGS_{BEGIN,END} macros are not
used in this instance because none of the affected sources are supposed
to use WTF. No additional guards are needed to use the pragmas, because
compilers are expected to ignore an unknown #pragma.

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

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


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

Reply via email to