From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=37775 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PDIQ9-0002yC-Fm for qemu-devel@nongnu.org; Tue, 02 Nov 2010 11:05:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PDIQ8-0007e1-8Z for qemu-devel@nongnu.org; Tue, 02 Nov 2010 11:05:09 -0400 Received: from mx1.redhat.com ([209.132.183.28]:14996) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PDIQ8-0007ds-1E for qemu-devel@nongnu.org; Tue, 02 Nov 2010 11:05:08 -0400 Message-ID: <4CD028D0.7070407@redhat.com> Date: Tue, 02 Nov 2010 16:05:52 +0100 From: Kevin Wolf MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH] block: avoid a warning on 64 bit hosts with long as int64_t List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Blue Swirl Cc: qemu-devel Am 30.10.2010 18:46, schrieb Blue Swirl: > When building on a 64 bit host which uses 'long' for int64_t, > GCC emits a warning: > CC block/blkverify.o > /src/qemu/block/blkverify.c: In function `blkverify_verify_readv': > /src/qemu/block/blkverify.c:304: warning: long long int format, long > unsigned int arg (arg 3) > > Rework a77cffe7e916f4dd28f2048982ea2e0d98143b11 to avoid the warning. > > Signed-off-by: Blue Swirl Thanks, applied to the block branch. Kevin