[webkit-changes] [WebKit/WebKit] 643dde: [WPE] Fix clang-14 build

Philippe Normand noreply at github.com
Fri Jul 21 10:45:27 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 643dde579279e5eb3281493d6708556f30089fac
      https://github.com/WebKit/WebKit/commit/643dde579279e5eb3281493d6708556f30089fac
  Author: Philippe Normand <philn at igalia.com>
  Date:   2023-07-21 (Fri, 21 Jul 2023)

  Changed paths:
    M Source/WebCore/Modules/webxr/WebXROpaqueFramebuffer.cpp
    M Source/bmalloc/libpas/src/libpas/pas_segregated_shared_page_directory.c
    M Source/bmalloc/libpas/src/libpas/pas_segregated_size_directory.c

  Log Message:
  -----------
  [WPE] Fix clang-14 build
https://bugs.webkit.org/show_bug.cgi?id=259395

Unreviewed.

* Source/WebCore/Modules/webxr/WebXROpaqueFramebuffer.cpp:
(WebCore::WebXROpaqueFramebuffer::startFrame): Structured binding capture in lambda is not supported
until c++-20, the workaround is to use a dedicated initializer. This was broken since 265606 at main.
* Source/bmalloc/libpas/src/libpas/pas_segregated_shared_page_directory.c: Add PAS_UNUSED_PARAM()
for unused macro result expansions.
(find_first_eligible_consider_view):
(take_last_empty_consider_view):
* Source/bmalloc/libpas/src/libpas/pas_segregated_size_directory.c: Ditto.
(take_last_empty_consider_view):

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




More information about the webkit-changes mailing list