mirror of
https://github.com/moparisthebest/curl
synced 2025-03-11 07:39:50 -04:00
libtest/libntlmconnect: fix compiler warnings from f94fcdb
This commit is contained in:
parent
17c5d05285
commit
e9422bc193
@ -44,8 +44,8 @@ static size_t callback(char *ptr, size_t size, size_t nmemb, void *data)
|
||||
curl_socket_t sock;
|
||||
long longdata;
|
||||
CURLcode code;
|
||||
|
||||
const size_t failure = (size && nmemb) ? 0 : 1;
|
||||
(void)ptr;
|
||||
|
||||
counter[idx] += (int)(size * nmemb);
|
||||
|
||||
@ -91,7 +91,7 @@ int test(char *url)
|
||||
{
|
||||
CURLM *multi = NULL;
|
||||
int running;
|
||||
int i, j;
|
||||
int i;
|
||||
int num_handles = 0;
|
||||
enum HandleState state = ReadyForNewHandle;
|
||||
size_t urllen = strlen(url) + 4 + 1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user