Bug 260329 - WebProcess/WebCoreSupport/WebFrameLoaderClient.cpp: warning: lambda capture 'thisPointerForLog' is not used
Summary: WebProcess/WebCoreSupport/WebFrameLoaderClient.cpp: warning: lambda capture '...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Fujii Hironori
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-08-16 22:25 PDT by Fujii Hironori
Modified: 2023-08-17 00:23 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Fujii Hironori 2023-08-16 22:25:07 PDT
clang-cl reports the following warnings for Windows port.

S:\wwbb\work\build\Source\WebKit\Platform\IPC\win\ConnectionWin.cpp(332,10): warning: variable 'result' set but not used [-Wunused-but-set-variable]
1 warning generated.
S:\wwbb\work\build\Source\WebKit\WebProcess/WebCoreSupport/WebFrameLoaderClient.cpp(170,325): warning: lambda capture 'thisPointerForLog' is not used [-Wunused-lambda-capture]
1 warning generated.
Comment 1 Fujii Hironori 2023-08-16 22:28:47 PDT
Pull request: https://github.com/WebKit/WebKit/pull/16775
Comment 2 EWS 2023-08-17 00:22:31 PDT
Committed 266993@main (dc38df83a8f6): <https://commits.webkit.org/266993@main>

Reviewed commits have been landed. Closing PR #16775 and removing active labels.
Comment 3 Radar WebKit Bug Importer 2023-08-17 00:23:14 PDT
<rdar://problem/114012261>