[webkit-changes] [WebKit/WebKit] 4c91ef: Unreviewed build fix for jsc-armv7, jsc-mips, etc.

EWS noreply at github.com
Sat Sep 17 20:08:06 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 4c91eff44a291fd6fe03cb76a0a7cf76adee93e9
      https://github.com/WebKit/WebKit/commit/4c91eff44a291fd6fe03cb76a0a7cf76adee93e9
  Author: David Kilzer <ddkilzer at apple.com>
  Date:   2022-09-17 (Sat, 17 Sep 2022)

  Changed paths:
    M Source/JavaScriptCore/runtime/JSGenericTypedArrayViewPrototypeFunctions.h

  Log Message:
  -----------
  Unreviewed build fix for jsc-armv7, jsc-mips, etc.

* Source/JavaScriptCore/runtime/JSGenericTypedArrayViewPrototypeFunctions.h:
(JSC::genericTypedArrayViewProtoFuncFill):
- Change ASSERT() to ASSERT_UNUSED() since 'count' may be unused
  if no constexpr values evaluate to true.

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




More information about the webkit-changes mailing list