[webkit-changes] [WebKit/WebKit] c24c48: Remove warnings in NativePromise when both log and...

Stephan Szabo noreply at github.com
Fri Sep 22 10:17:10 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: c24c48984502bd991c37671f60c089e0104454a3
      https://github.com/WebKit/WebKit/commit/c24c48984502bd991c37671f60c089e0104454a3
  Author: Stephan Szabo <stephan.szabo at sony.com>
  Date:   2023-09-22 (Fri, 22 Sep 2023)

  Changed paths:
    M Source/WTF/wtf/NativePromise.h

  Log Message:
  -----------
  Remove warnings in NativePromise when both log and release log are disabled.
https://bugs.webkit.org/show_bug.cgi?id=261899

Reviewed by Youenn Fablet.

Add conditional UNUSED_PARAMs to additional methods in NativePromise when
both LOG_DISABLED and RELEASE_LOG_DISABLED are true.

* Source/WTF/wtf/NativePromise.h:

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




More information about the webkit-changes mailing list