soup: Fix static build with MSVC
authorNirbheek Chauhan <nirbheek@centricular.com>
Thu, 3 Mar 2022 17:34:36 +0000 (23:04 +0530)
committerNirbheek Chauhan <nirbheek@centricular.com>
Thu, 3 Mar 2022 17:37:35 +0000 (23:07 +0530)
commitf42f65a993013fd74dfeaebae9673a542910f2e6
tree8dfc16c6904f98cb4182cf65e6c19c46a5c63f0f
parent7f04ee970b314f77cee162fb645b5fae0a676ad1
soup: Fix static build with MSVC

../ext/soup/gstsouploader.c(818): error C4098: '_soup_session_send_async': 'void' function returning a value

It's technically a false warning, but that's how MSVC works, so fix
it.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1805>
subprojects/gst-plugins-good/ext/soup/gstsouploader.c