open-webrtc-toolkit / owt-deps-webrtc

This repo contains the upstream webrtc stack code, with updates for Open WebRTC Toolkit.
https://01.org/open-webrtc-toolkit
BSD 3-Clause "New" or "Revised" License
252 stars 153 forks source link

Fix C2362 error when build audio_device_core_win with MSVC. #172

Closed jianjunz closed 1 year ago

jianjunz commented 1 year ago

Skipping initialization with a goto is not allowed. Move initialization before gotos.

jianjunz commented 1 year ago

I think so, please see commit https://github.com/open-webrtc-toolkit/owt-deps-webrtc/commit/cd2146171230cca9697e4668a9b0dd0e9902da2f.