[webkit-changes] [WebKit/WebKit] 1d29d7: Fix several warnings for the PlayStation build

Ross Kirsling noreply at github.com
Wed Jun 5 18:32:34 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 1d29d73814fcd3cbcb76f3635a5c673f8c540041
      https://github.com/WebKit/WebKit/commit/1d29d73814fcd3cbcb76f3635a5c673f8c540041
  Author: Ross Kirsling <ross.kirsling at sony.com>
  Date:   2024-06-05 (Wed, 05 Jun 2024)

  Changed paths:
    M Source/JavaScriptCore/wasm/WasmIPIntPlan.cpp
    M Source/JavaScriptCore/wasm/WasmLLIntPlan.cpp
    M Source/WebCore/platform/graphics/nicosia/NicosiaImageBufferPipe.cpp
    M Source/bmalloc/libpas/src/libpas/pas_utils.h

  Log Message:
  -----------
  Fix several warnings for the PlayStation build
https://bugs.webkit.org/show_bug.cgi?id=275142

Reviewed by Don Olmstead.

* Source/JavaScriptCore/wasm/WasmIPIntPlan.cpp:
(JSC::Wasm::IPIntPlan::ensureEntrypoint):
* Source/JavaScriptCore/wasm/WasmLLIntPlan.cpp:
(JSC::Wasm::LLIntPlan::ensureEntrypoint):
Add UNUSED_PARAMs for !ENABLE(JIT).

* Source/WebCore/platform/graphics/nicosia/NicosiaImageBufferPipe.cpp:
(Nicosia::NicosiaImageBufferPipeSource::handle):
Properly guard variable / lambda capture with USE(SKIA).

* Source/bmalloc/libpas/src/libpas/pas_utils.h:
Silence `use of qualifier '_Atomic' requires inclusion of the header <stdatomic.h>` warning from building C as C++.

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



To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications


More information about the webkit-changes mailing list