WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Add attachment
proposed patch, testcase, etc.
Yousuke Kimoto
Comment 1
2025-01-02 01:31:10 PST
Pull request:
https://github.com/WebKit/WebKit/pull/38460
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
<
rdar://problem/142280503
>
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