ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-dev: Re: [Wireshark-dev] [Wireshark-commits] rev 51978: /trunk/epan/ /trunk/epan/: pr

From: Evan Huus <eapache@xxxxxxxxx>
Date: Thu, 12 Sep 2013 16:21:25 -0400
I think it should be a cast to time_t, since that is the actual type in question?

On 2013-09-12, at 8:07 PM, jmayer@xxxxxxxxxxxxx wrote:

> http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=51978
> 
> User: jmayer
> Date: 2013/09/12 01:07 PM
> 
> Log:
> Make proto.c compile on my system (linux, 32 bit)
> 
>       [-Werror,-Wshorten-64-to-32]
>                                 time_stamp.secs = (todsecs  / 1000000) - TOD_BASETIME;
>                                                 ~ ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
> /home/jmayer/work/wireshark/svn/trunk/epan/proto.c:1613:44: error: implicit conversion
>       loses integer precision: 'unsigned long long' to 'time_t' (aka 'long')
>       [-Werror,-Wshorten-64-to-32]
>                                 time_stamp.secs = (todsecs  / 1000000) - TOD_BASETIME;
>                                                 ~ ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
> 
> Directory: /trunk/epan/
>  Changes    Path          Action
>  +2 -2      proto.c       Modified
> 
> ___________________________________________________________________________
> Sent via:    Wireshark-commits mailing list <wireshark-commits@xxxxxxxxxxxxx>
> Archives:    http://www.wireshark.org/lists/wireshark-commits
> Unsubscribe: https://wireshark.org/mailman/options/wireshark-commits
>             mailto:wireshark-commits-request@xxxxxxxxxxxxx?subject=unsubscribe