mirror of
https://github.com/curl/curl.git
synced 2026-05-30 18:17:29 +03:00
libtest/libntlmconnect: fix compiler warnings from f94fcdb
This commit is contained in:
parent
17c5d05285
commit
e9422bc193
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue