Bug 260329
| Summary: | WebProcess/WebCoreSupport/WebFrameLoaderClient.cpp: warning: lambda capture 'thisPointerForLog' is not used | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Fujii Hironori <fujii.hironori> |
| Component: | WebKit2 | Assignee: | Fujii Hironori <fujii.hironori> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | kkinnunen, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Fujii Hironori
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
Pull request: https://github.com/WebKit/WebKit/pull/16775
EWS
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
<rdar://problem/114012261>