From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=50620 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PKBUd-0001Jo-Tm for qemu-devel@nongnu.org; Sun, 21 Nov 2010 10:06:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PKBUc-0001wf-Lb for qemu-devel@nongnu.org; Sun, 21 Nov 2010 10:06:15 -0500 Received: from moutng.kundenserver.de ([212.227.126.187]:50182) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PKBUc-0001w4-8F for qemu-devel@nongnu.org; Sun, 21 Nov 2010 10:06:14 -0500 Message-ID: <4CE9355F.8040101@mail.berlios.de> Date: Sun, 21 Nov 2010 16:06:07 +0100 From: Stefan Weil MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] configure: Add compiler option -Wmissing-format-attribute References: <1289852574-21577-1-git-send-email-weil@mail.berlios.de> <4CE931E2.2010504@codemonkey.ws> In-Reply-To: <4CE931E2.2010504@codemonkey.ws> 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: Anthony Liguori Cc: Blue Swirl , QEMU Developers Am 21.11.2010 15:51, schrieb Anthony Liguori: > On 11/15/2010 02:22 PM, Stefan Weil wrote: >> With the previous patches, hopefully all functions with >> printf like arguments use gcc's format checking. >> >> This was tested with default build configuration on linux >> and windows hosts (including some cross compilations), >> so chances are good that there remain few (if any) functions >> without format checking. >> >> Cc: Blue Swirl >> Signed-off-by: Stefan Weil > > This breaks the build for me. disas.c doesn't build. > > Regards, > > Anthony Liguori Did you apply the "previous patches"? You can pull them here: git://git.weilnetz.de/git/qemu for-blueswirl If you did apply them: could you please tell me your build environment and add the build error messages? Thanks, Stefan Weil