Bug 255674 - [GLIB] Fix clang build (-Werror,-Wunused-lambda-capture)
Summary: [GLIB] Fix clang build (-Werror,-Wunused-lambda-capture)
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Patrick Griffis
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-04-19 13:22 PDT by Patrick Griffis
Modified: 2023-04-20 01:03 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Patrick Griffis 2023-04-19 13:22:13 PDT
/app/webkit/Source/WebCore/Modules/mediastream/gstreamer/GStreamerDataChannelHandler.cpp:336:15: error: lambda capture 'this' is not used [-Werror,-Wunused-lambda-capture]
        postTask([this, client = m_client, bytes = GRefPtr<GBytes>(bytes)] {
                  ^~~~~
Comment 1 Patrick Griffis 2023-04-19 13:22:47 PDT
Pull request: https://github.com/WebKit/WebKit/pull/12930
Comment 2 EWS 2023-04-20 01:03:30 PDT
Committed 263166@main (f4b8a8d64dd3): <https://commits.webkit.org/263166@main>

Reviewed commits have been landed. Closing PR #12930 and removing active labels.