Bug 285293
| Summary: | [PlayStation] Fix unused warnings after 288097@main | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Yousuke Kimoto <Yousuke.Kimoto> |
| Component: | WebKit2 | Assignee: | Yousuke Kimoto <Yousuke.Kimoto> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | kkinnunen, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Other | ||
| OS: | Other | ||
Yousuke Kimoto
The following an used warning happens after 288097@main:
```
D:/webkit/Source/WebKit/UIProcess/Launcher/playstation/ProcessLauncherPlayStation.cpp:105:62: warning: lambda capture 'this' is not used [-Wunused-lambda-capture]
105 | RunLoop::main().dispatch([protectedThis = Ref { *this }, this, appLocalPid, serverIdentifier = WTFMove(socketPair.server)] mutable {
| ~~^~~~
1 warning generated.
```
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Yousuke Kimoto
Pull request: https://github.com/WebKit/WebKit/pull/38460
EWS
Committed 288370@main (00e9926a0b72): <https://commits.webkit.org/288370@main>
Reviewed commits have been landed. Closing PR #38460 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/142280503>