WebPlatformForEmbedded / WPEWebKit

WPE WebKit port (downstream)
213 stars 136 forks source link

[wpe-2.38][webrtc] Compilation fix when libwebrtc is enabled #1215

Closed jacek-skiba-red closed 10 months ago

jacek-skiba-red commented 10 months ago

g++ version: 9.3. Error output: LibWebRTCMediaEndpoint.cpp:146:1: error: control reaches end of non-void function [-Werror=return-type]

magomez commented 10 months ago

Curious, this wasn't failing for me, maybe cause I'm using gcc 9.2. Anyway, the PR is not exactly what should be done. I've just pushed b3d92561c3dce075511234ff99de56d9018c1426 with the backported fix. I'll close this as it's not needed anymore. Thanks!