Bug 308958
| Summary: | [Regression]: Build broken after 308029@main | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Sergio Villar Senin <svillar> |
| Component: | WebKitGTK | Assignee: | Sergio Villar Senin <svillar> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | bugs-noreply, cdumez |
| Priority: | P2 | ||
| Version: | Other | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Sergio Villar Senin
It fails with this error
/host/home/sergio/projects/WebKit/Source/WebCore/Modules/mediastream/gstreamer/GStreamerPeerConnectionBackend.cpp:165:30: error: temporary implicitly bound to local reference will be destroyed at the end of the full-expression [-Werror,-Wdangling]
165 | for (auto& transceiver : protect(m_peerConnection)->currentTransceivers()) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/host/home/sergio/projects/WebKit/Source/WebCore/Modules/mediastream/gstreamer/GStreamerPeerConnectionBackend.cpp:279:36: error: temporary implicitly bound to local reference will be destroyed at the end of the full-expression [-Werror,-Wdangling]
279 | for (const auto& transceiver : protect(m_peerConnection)->currentTransceivers()) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/host/home/sergio/projects/WebKit/Source/WebCore/Modules/mediastream/gstreamer/GStreamerPeerConnectionBackend.cpp:342:47: error: temporary implicitly bound to local reference will be destroyed at the end of the full-expression [-Werror,-Wdangling]
342 | for (const auto& currentTransceiver : protect(m_peerConnection)->currentTransceivers()) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/host/home/sergio/projects/WebKit/Source/WebCore/Modules/mediastream/gstreamer/GStreamerPeerConnectionBackend.cpp:426:30: error: temporary implicitly bound to local reference will be destroyed at the end of the full-expression [-Werror,-Wdangling]
426 | for (auto& transceiver : protect(m_peerConnection)->currentTransceivers()) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/host/home/sergio/projects/WebKit/Source/WebCore/Modules/mediastream/gstreamer/GStreamerPeerConnectionBackend.cpp:459:30: error: temporary implicitly bound to local reference will be destroyed at the end of the full-expression [-Werror,-Wdangling]
459 | for (auto& transceiver : protect(m_peerConnection)->currentTransceivers()) {
|
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Sergio Villar Senin
Pull request: https://github.com/WebKit/WebKit/pull/59699
EWS
Committed 308447@main (89644604f90c): <https://commits.webkit.org/308447@main>
Reviewed commits have been landed. Closing PR #59699 and removing active labels.