WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
260329
WebProcess/WebCoreSupport/WebFrameLoaderClient.cpp: warning: lambda capture 'thisPointerForLog' is not used
https://bugs.webkit.org/show_bug.cgi?id=260329
Summary
WebProcess/WebCoreSupport/WebFrameLoaderClient.cpp: warning: lambda capture '...
Fujii Hironori
Reported
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.
Attachments
Add attachment
proposed patch, testcase, etc.
Fujii Hironori
Comment 1
2023-08-16 22:28:47 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/16775
EWS
Comment 2
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.
Radar WebKit Bug Importer
Comment 3
2023-08-17 00:23:14 PDT
<
rdar://problem/114012261
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug