From e6002e9012b4d153def9db42736a28e997a38c1d Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 2 Jan 2023 23:22:27 +0100 Subject: [PATCH] ngtcp2: fix the build without 'sendmsg' Follow-up from 71b7e0161032 Closes #10210 --- lib/vquic/ngtcp2.c | 1 - 1 file changed, 1 deletion(-) 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; -- 2.47.2