In `concurrentqueue.h`: - `moodycamel::details::identity<char elements[1536]>::type;` should be `moodycamel::details::identity<char>::type elements[1536];` In `untyped_function.h`: - `void (*)(webrtc::webrtc_function_impl::VoidUnion *) del;` should be `void (*del)(webrtc::webrtc_function_impl::VoidUnion *)`;
In
concurrentqueue.h:moodycamel::details::identity<char elements[1536]>::type;should bemoodycamel::details::identity<char>::type elements[1536];In
untyped_function.h:void (*)(webrtc::webrtc_function_impl::VoidUnion *) del;should bevoid (*del)(webrtc::webrtc_function_impl::VoidUnion *);