Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: dc38df83a8f6b257aaba0bf89ae1c1ebd4936eb7
      
https://github.com/WebKit/WebKit/commit/dc38df83a8f6b257aaba0bf89ae1c1ebd4936eb7
  Author: Fujii Hironori <hironori.fu...@sony.com>
  Date:   2023-08-17 (Thu, 17 Aug 2023)

  Changed paths:
    M Source/WebKit/Platform/IPC/win/ConnectionWin.cpp
    M Source/WebKit/WebProcess/WebCoreSupport/WebFrameLoaderClient.cpp

  Log Message:
  -----------
  WebProcess/WebCoreSupport/WebFrameLoaderClient.cpp: warning: lambda capture 
'thisPointerForLog' is not used
https://bugs.webkit.org/show_bug.cgi?id=260329

Reviewed by Ross Kirsling.

clang-cl reported the following warnings for Windows port.

> WebKit\Platform\IPC\win\ConnectionWin.cpp(332,10): warning: variable 'result' 
> set but not used [-Wunused-but-set-variable]
> WebKit\WebProcess/WebCoreSupport/WebFrameLoaderClient.cpp(170,325): warning: 
> lambda capture 'thisPointerForLog' is not used [-Wunused-lambda-capture]

* Source/WebKit/Platform/IPC/win/ConnectionWin.cpp:
(IPC::Connection::EventListener::open):
* Source/WebKit/WebProcess/WebCoreSupport/WebFrameLoaderClient.cpp:
(WebKit::WebFrameLoaderClient::dispatchDecidePolicyForNavigationAction):

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


_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to