On Sun, Jul 03, 2011 at 05:57:08PM +0200, Alon Levy wrote:
> On Sun, Jul 03, 2011 at 04:27:57PM +0300, Rami Vaknin wrote:
> > From: root <[email protected]>
> > 
> 
> ACK. I'll push this.

This adds warnings on 64 bit builds:

main_channel.c: In function 'main_channel_handle_parsed':
main_channel.c:736:21: error: format '%llu' expects argument of type 'long
long unsigned int', but argument 3 has type 'uint64_t' [-Werror=format]

glib has a magic #define for that, G_GUINT64_FORMAT which expands to
different things depending on if we are using a 32 or 64 bit glib build (it
expands to "lu" on 64 bit).

Christophe

Attachment: pgp4YtuJVmJOa.pgp
Description: PGP signature

_______________________________________________
Spice-devel mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/spice-devel

Reply via email to