[Webkit-unassigned] [Bug 228184] New: Compilation error with gcc version 9.3.0 (Buildroot 2020.08-14-ge5a2a90)
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jul 22 09:17:54 PDT 2021
https://bugs.webkit.org/show_bug.cgi?id=228184
Bug ID: 228184
Summary: Compilation error with gcc version 9.3.0 (Buildroot
2020.08-14-ge5a2a90)
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebRTC
Assignee: webkit-unassigned at lists.webkit.org
Reporter: vjaquez at igalia.com
CC: youennf at gmail.com
While cross compiling with gcc version 9.3.0 (Buildroot 2020.08-14-ge5a2a90)
I hit with this compilation error:
WebCore/DerivedSources/JSRTCRtpSender.cpp: In function ‘JSC::JSValue WebCore::toJSNewlyCreated(JSC::JSGlobalObject*, WebCore::JSDOMGlobalObject*, WTF::Ref<WebCore::RTCRtpSender>&&)’:
WebCore/DerivedSources/JSRTCRtpSender.cpp:500:54: error: static assertion failed: RTCRtpSender is not polymorphic
500 | static_assert(std::is_polymorphic<RTCRtpSender>::value, "RTCRtpSender is not polymorphic");
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210722/667812e5/attachment-0001.htm>
More information about the webkit-unassigned
mailing list