| Summary: | [GLIB] Fix clang build (-Werror,-Wunused-lambda-capture) | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Patrick Griffis <pgriffis> |
| Component: | WebKitGTK | Assignee: | Patrick Griffis <pgriffis> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | bugs-noreply |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Pull request: https://github.com/WebKit/WebKit/pull/12930 Committed 263166@main (f4b8a8d64dd3): <https://commits.webkit.org/263166@main> Reviewed commits have been landed. Closing PR #12930 and removing active labels. |
/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)] { ^~~~~