fixup hush you silly compiler

This commit is contained in:
Daniel Stenberg 2026-03-02 11:08:42 +01:00
parent f6fce4f5ab
commit c31e7d2725
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2

View file

@ -228,7 +228,7 @@ static CURLcode cw_out_ptr_flush(struct cw_out_ctx *ctx,
curl_write_callback wcb = NULL;
void *wcb_data;
size_t max_write, min_write;
size_t wlen, nwritten;
size_t wlen, nwritten = 0;
CURLcode result = CURLE_OK;
/* If we errored once, we do not invoke the client callback again */