wget-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: wget2 | WIP: Support for multipart/form-data (!467)


From: Tim Rühsen
Subject: Re: wget2 | WIP: Support for multipart/form-data (!467)
Date: Thu, 09 Apr 2020 15:28:50 +0000



Tim Rühsen commented:


```
2801 http.c:249:15: error: implicit conversion loses integer precision: 
'unsigned long' to 'int' [-Werror,-Wshorten-64-to-32]
2802         int length = strlen(filename);
2803             ~~~~~~   ^~~~~~~~~~~~~~~~
2804 http.c:400:55: error: implicit conversion loses integer precision: 
'size_t' (aka 'unsigned long') to 'int' [-Werror,-Wshorten-64-to-32]
2805                 multipart_param *cur_param = wget_vector_get(param, i);
2806                                              ~~~~~~~~~~~~~~~        ^
```

-- 
Reply to this email directly or view it on GitLab: 
https://gitlab.com/gnuwget/wget2/-/merge_requests/467#note_321184630
You're receiving this email because of your account on gitlab.com.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]