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

Adrian Perez noreply at github.com
Wed Feb 14 06:49:23 PST 2024


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

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




More information about the webkit-changes mailing list