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

2010-05-20 Thread Riccardo Magliocchetti
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 poin

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

2010-05-20 Thread Kevin Wolf
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: