RESOLVED FIXED 285293
[PlayStation] Fix unused warnings after 288097@main
https://bugs.webkit.org/show_bug.cgi?id=285293
Summary [PlayStation] Fix unused warnings after 288097@main
Yousuke Kimoto
Reported 2025-01-02 01:02:41 PST
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
Yousuke Kimoto
Comment 1 2025-01-02 01:31:10 PST
EWS
Comment 2 2025-01-02 11:49:48 PST
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
Comment 3 2025-01-02 11:50:14 PST
Note You need to log in before you can comment on or make changes to this bug.