Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Wed, 30 Aug 2017 07:35:59 +0100
From: Jorge Almeida <jjalmeida@...il.com>
To: musl@...ts.openwall.com
Subject: Re: RTC_RD_TIME

On Wed, Aug 30, 2017 at 2:43 AM, Rich Felker <dalias@...c.org> wrote:
> On Tue, Aug 29, 2017 at 10:28:14PM +0100, Jorge Almeida wrote:

>>    ioctl(rtcfd, RTC_RD_TIME, rtctime);

>> The problem:
>> warning: overflow in implicit constant conversion [-Woverflow]
>>

>>
>> The same program compiles without warnings with glibc and dietlibc.
>

> the range of signed int. Fortunately the warning is harmless but

Good enough. Thanks.

Jorge

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.