qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] fix gcc4 compile warnings


From: Samuel Thibault
Subject: Re: [Qemu-devel] [PATCH] fix gcc4 compile warnings
Date: Fri, 30 Nov 2007 14:38:59 +0000
User-agent: Mutt/1.5.12-2006-07-14

andrzej zaborowski, le Fri 30 Nov 2007 15:30:40 +0100, a écrit :
> I'm not sure why you get a warning here and I'm unable to run a build
> at the moment. A void * should be able to store some (unknown size)
> integer regardless of the platform.

No exactly. On 32bit platforms, void * are 32bits and long longs are
64bits.  The maximum integer storage is intmax_t.

Samuel




reply via email to

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