[webkit-changes] [WebKit/WebKit] a4b28d: Suppress lambda capture warning in StreamConnectio...
Ryosuke Niwa
noreply at github.com
Tue Feb 4 00:13:28 PST 2025
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: a4b28dc46934c2d73defe46e271ae2d670682667
https://github.com/WebKit/WebKit/commit/a4b28dc46934c2d73defe46e271ae2d670682667
Author: Ryosuke Niwa <rniwa at webkit.org>
Date: 2025-02-04 (Tue, 04 Feb 2025)
Changed paths:
M Source/WTF/wtf/Compiler.h
M Source/WebKit/Platform/IPC/StreamConnectionWorkQueue.cpp
M Source/WebKit/SaferCPPExpectations/UncountedLambdaCapturesCheckerExpectations
Log Message:
-----------
Suppress lambda capture warning in StreamConnectionWorkQueue.cpp
https://bugs.webkit.org/show_bug.cgi?id=286982
Reviewed by Chris Dumez.
Suppress the lambda capture static analyzer warning in StreamConnectionWorkQueue.cpp.
* Source/WTF/wtf/Compiler.h:
* Source/WebKit/Platform/IPC/StreamConnectionWorkQueue.cpp:
(IPC::StreamConnectionWorkQueue::startProcessingThread):
* Source/WebKit/SaferCPPExpectations/UncountedLambdaCapturesCheckerExpectations:
Canonical link: https://commits.webkit.org/289774@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list