qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] Re: [PATCH] block: Fix compilation with DEBUG defined


From: Riccardo Magliocchetti
Subject: [Qemu-devel] Re: [PATCH] block: Fix compilation with DEBUG defined
Date: Thu, 20 May 2010 11:02:52 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.9.1.9) Gecko/20100515 Icedove/3.0.4

Il 20/05/2010 10:43, Kevin Wolf ha scritto:
Am 19.05.2010 22:53, schrieb Riccardo Magliocchetti:
gcc does not like passing a NULL where an int value is expected:

block/vvfat.c: In function ‘checkpoint’:
block/vvfat.c:2868: error: passing argument 2 of ‘remove_mapping’ makes
   integer from pointer without a cast

Signed-off-by: Riccardo Magliocchetti<address@hidden>

Thanks, applied to the block branch.

You're probably using a 32 bit platform? I needed another fix to get it
compiling on x86_64, which I just sent to the list.

Thanks, yes i'm on 32bit.

riccardo



reply via email to

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