[webkit-changes] [WebKit/WebKit] fe54e5: Unreviewed build fix for Windows port

Fujii Hironori noreply at github.com
Wed Sep 27 14:06:49 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: fe54e50383ada7a7d90719370efbc755173448d8
      https://github.com/WebKit/WebKit/commit/fe54e50383ada7a7d90719370efbc755173448d8
  Author: Fujii Hironori <Hironori.Fujii at sony.com>
  Date:   2023-09-27 (Wed, 27 Sep 2023)

  Changed paths:
    M Source/JavaScriptCore/inspector/remote/socket/win/RemoteInspectorSocketWin.cpp

  Log Message:
  -----------
  Unreviewed build fix for Windows port

clang-cl release builds couldn't compile.

> JavaScriptCore\inspector\remote\socket\win\RemoteInspectorSocketWin.cpp(100,104): warning: unused parameter 'debug' [-Wunused-parameter]

* Source/JavaScriptCore/inspector/remote/socket/win/RemoteInspectorSocketWin.cpp:
(Inspector::Socket::setOpt): Use UNUSED_PARAM for it.

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




More information about the webkit-changes mailing list