From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LwP8P-0002Hl-V1 for qemu-devel@nongnu.org; Tue, 21 Apr 2009 19:12:14 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LwP8I-0002Dr-Kg for qemu-devel@nongnu.org; Tue, 21 Apr 2009 19:12:11 -0400 Received: from [199.232.76.173] (port=36422 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LwP8H-0002DR-IN for qemu-devel@nongnu.org; Tue, 21 Apr 2009 19:12:06 -0400 Received: from e33.co.us.ibm.com ([32.97.110.151]:54296) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LwP8H-00038d-6N for qemu-devel@nongnu.org; Tue, 21 Apr 2009 19:12:05 -0400 Received: from d03relay02.boulder.ibm.com (d03relay02.boulder.ibm.com [9.17.195.227]) by e33.co.us.ibm.com (8.13.1/8.13.1) with ESMTP id n3LNAPjV013796 for ; Tue, 21 Apr 2009 17:10:25 -0600 Received: from d03av02.boulder.ibm.com (d03av02.boulder.ibm.com [9.17.195.168]) by d03relay02.boulder.ibm.com (8.13.8/8.13.8/NCO v9.2) with ESMTP id n3LNC3I6080198 for ; Tue, 21 Apr 2009 17:12:03 -0600 Received: from d03av02.boulder.ibm.com (loopback [127.0.0.1]) by d03av02.boulder.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id n3LNC3sH006655 for ; Tue, 21 Apr 2009 17:12:03 -0600 Message-ID: <49EE52C1.1090808@us.ibm.com> Date: Tue, 21 Apr 2009 18:12:01 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 1/5] qcow2: Fix warnings in check_refcount() References: <1239969879-5611-1-git-send-email-kwolf@redhat.com> <1239976920-4912-1-git-send-email-kwolf@redhat.com> In-Reply-To: <1239976920-4912-1-git-send-email-kwolf@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Kevin Wolf kwolf@redhat.com wrote: > From: Kevin Wolf > > This code is currently only compiled when DEBUG_ALLOC is defined, so you > usually don't see compiler warnings on it. This patch series wants to enable > the code, so fix the format string warnings first. > > While we're at it, let's print error messages to stderr. > > Signed-off-by: Kevin Wolf > Applied. Thanks. -- Regards, Anthony Liguori