The following errors occurred in a developer build: /app/webkit/Source/WebCore/Modules/webtransport/WebTransport.cpp:215:16: error: local variable 'string' will be copied despite being returned by name [-Werror,-Wreturn-std-move] return string; ^~~~~~ /app/webkit/Source/WebCore/Modules/webtransport/WebTransport.cpp:215:16: note: call 'std::move' explicitly to avoid copying return string; ^~~~~~ std::move(string) /app/webkit/Source/WebCore/Modules/webtransport/WebTransport.cpp:219:20: error: local variable 'string' will be copied despite being returned by name [-Werror,-Wreturn-std-move] return string; ^~~~~~ /app/webkit/Source/WebCore/Modules/webtransport/WebTransport.cpp:219:20: note: call 'std::move' explicitly to avoid copying return string; ^~~~~~ std::move(string) /app/webkit/Source/WebCore/Modules/webtransport/WebTransport.cpp:224:20: error: local variable 'string' will be copied despite being returned by name [-Werror,-Wreturn-std-move] return string; ^~~~~~ /app/webkit/Source/WebCore/Modules/webtransport/WebTransport.cpp:224:20: note: call 'std::move' explicitly to avoid copying return string; ^~~~~~ std::move(string)
Pull request: https://github.com/WebKit/WebKit/pull/18547
Committed 268885@main (09d53ca80dff): <https://commits.webkit.org/268885@main> Reviewed commits have been landed. Closing PR #18547 and removing active labels.
<rdar://problem/116496021>