This commit is contained in:
Viktor Szakats 2025-09-02 13:38:25 +02:00
parent 6ea0135213
commit 10eccd1286
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201

View file

@ -149,7 +149,7 @@ int my_trace(CURL *handle, curl_infotype type,
void *clientp)
{
const char *text;
(void)handle; /* prevent compiler warning */
(void)handle;
(void)clientp;
switch(type) {