From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=36778 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OF1ee-0007Ki-4f for qemu-devel@nongnu.org; Thu, 20 May 2010 05:03:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OF1ec-000873-Kh for qemu-devel@nongnu.org; Thu, 20 May 2010 05:02:59 -0400 Received: from mail-ww0-f45.google.com ([74.125.82.45]:39305) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OF1ec-00086w-Ft for qemu-devel@nongnu.org; Thu, 20 May 2010 05:02:58 -0400 Received: by wwd20 with SMTP id 20so10332wwd.4 for ; Thu, 20 May 2010 02:02:57 -0700 (PDT) Message-ID: <4BF4FABC.9070906@gmail.com> Date: Thu, 20 May 2010 11:02:52 +0200 From: Riccardo Magliocchetti MIME-Version: 1.0 References: <1274302424-9973-1-git-send-email-riccardo.magliocchetti@gmail.com> <4BF4F627.8070004@redhat.com> In-Reply-To: <4BF4F627.8070004@redhat.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] Re: [PATCH] block: Fix compilation with DEBUG defined List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: qemu-devel@nongnu.org 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 > > 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