mirror of
https://github.com/curl/curl.git
synced 2026-08-25 13:33:36 +03:00
fix compiler warning: implicit conversion shortens 64-bit value into a 32-bit value
This commit is contained in:
parent
aa330b8240
commit
c621546bd6
4 changed files with 12 additions and 12 deletions
|
|
@ -55,7 +55,7 @@ int test(char *URL)
|
|||
|
||||
if(!res) {
|
||||
/* we assume that sending always work */
|
||||
int total=0;
|
||||
size_t total=0;
|
||||
|
||||
do {
|
||||
/* busy-read like crazy */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue