wget-dev
[Top][All Lists]
Advanced

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

Re: [Wget-dev] wget2 | WIP: Implementation of -I/-X options (!383)


From: DalmeGNU
Subject: Re: [Wget-dev] wget2 | WIP: Implementation of -I/-X options (!383)
Date: Wed, 29 Aug 2018 23:13:02 +0000

>  options.c:413:23: error: implicit conversion loses integer precision: 'long' 
> to 'unsigned int' [-Werror,-Wshorten-64-to-32]: unsigned int pos = p - s;

Would be better `unsigned int pos = (unsigned int)(p - s);` ?

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


reply via email to

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