From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=43877 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OF1M5-0008US-9j for qemu-devel@nongnu.org; Thu, 20 May 2010 04:43:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OF1Ly-00056X-Rz for qemu-devel@nongnu.org; Thu, 20 May 2010 04:43:48 -0400 Received: from mx1.redhat.com ([209.132.183.28]:46926) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OF1Ly-00056L-G7 for qemu-devel@nongnu.org; Thu, 20 May 2010 04:43:42 -0400 Message-ID: <4BF4F627.8070004@redhat.com> Date: Thu, 20 May 2010 10:43:19 +0200 From: Kevin Wolf MIME-Version: 1.0 References: <1274302424-9973-1-git-send-email-riccardo.magliocchetti@gmail.com> In-Reply-To: <1274302424-9973-1-git-send-email-riccardo.magliocchetti@gmail.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 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: Riccardo Magliocchetti Cc: qemu-devel@nongnu.org Am 19.05.2010 22:53, schrieb Riccardo Magliocchetti: > gcc does not like passing a NULL where an int value is expected: >=20 > block/vvfat.c: In function =E2=80=98checkpoint=E2=80=99: > block/vvfat.c:2868: error: passing argument 2 of =E2=80=98remove_mappin= g=E2=80=99 makes > integer from pointer without a cast >=20 > 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. Kevin