[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: scp.c compile warnings
  [Thread Prev] | [Thread Next]
 
 
- Subject: Re: scp.c compile warnings
- From: Aris Adamantiadis <aris@xxxxxxxxxxxx>
- Reply-to: libssh@xxxxxxxxxx
- Date: Tue, 18 Aug 2009 16:33:07 +0200
- To: libssh@xxxxxxxxxx
Keisial a écrit : > Jean-Philippe Garcia Ballester wrote: > >>> The first one can be fixed by #include <stdio.h>, but I am not sure >>> about a portable way to fix the second one. Maybe just cast to (long >>> int)? >>> >>> >> Isn't %zd portable ? >> > I don't think %zd would work on Windows. > We can "fix" that with a big (unsigned long long) cast like Andreas did for the other type issue :)
| Re: scp.c compile warnings | Andreas Schneider <mail@xxxxxxxxxxxx> | 
| scp.c compile warnings | Vic Lee <llyzs@xxxxxxx> | 
| Re: scp.c compile warnings | "Jean-Philippe Garcia Ballester" <jeanphilippe.garciaballester@xxxxxxxxxxxx> | 
| Re: scp.c compile warnings | Keisial <keisial@xxxxxxxxx> | 

