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: Kevin Wolf
Subject: [Qemu-devel] Re: [PATCH] block: Fix compilation with DEBUG defined
Date: Thu, 20 May 2010 10:43:19 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.9) Gecko/20100430 Fedora/3.0.4-2.fc12 Thunderbird/3.0.4

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.

Kevin



reply via email to

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