Bug 269707
| Summary: | [LibWebRTC] Build fails with clang on Linux | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Philippe Normand <philn> |
| Component: | Platform | Assignee: | Philippe Normand <philn> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | dpino, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Philippe Normand
/var/home/phil/WebKit/Source/WebCore/platform/mediastream/libwebrtc/LibWebRTCProvider.cpp:429:22: error: static declaration of 'fromStdString' follows non-static declaration
429 | static inline String fromStdString(const std::string& value)
| ^
/var/home/phil/WebKit/Source/WebCore/Modules/mediastream/libwebrtc/LibWebRTCUtils.h:78:15: note: previous definition is here
78 | inline String fromStdString(const std::string& value)
| ^
1 error generated.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Philippe Normand
Pull request: https://github.com/WebKit/WebKit/pull/24741
EWS
Committed 274980@main (4278c2f09831): <https://commits.webkit.org/274980@main>
Reviewed commits have been landed. Closing PR #24741 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/123241097>
Diego Pino
*** Bug 269716 has been marked as a duplicate of this bug. ***