From: Daniel Stenberg Date: Mon, 2 Jan 2023 22:22:27 +0000 (+0100) Subject: ngtcp2: fix the build without 'sendmsg' X-Git-Tag: curl-7_88_0~181 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e6002e9012b4d153def9db42736a28e997a38c1d;p=thirdparty%2Fcurl.git ngtcp2: fix the build without 'sendmsg' Follow-up from 71b7e0161032 Closes #10210 --- diff --git a/lib/vquic/ngtcp2.c b/lib/vquic/ngtcp2.c index bc5fbd52e3..10131e013e 100644 --- a/lib/vquic/ngtcp2.c +++ b/lib/vquic/ngtcp2.c @@ -1707,7 +1707,6 @@ static CURLcode do_sendmsg(struct Curl_cfilter *cf, } #else ssize_t sent; - (void)qs; (void)gsolen; *psent = 0;