From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:34690) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SEgrx-0005HJ-Gn for qemu-devel@nongnu.org; Mon, 02 Apr 2012 09:00:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SEgrs-00019Q-H8 for qemu-devel@nongnu.org; Mon, 02 Apr 2012 09:00:25 -0400 Date: Mon, 2 Apr 2012 14:00:15 +0100 From: Stefan Hajnoczi Message-ID: <20120402130014.GA11583@stefanha-thinkpad.localdomain> References: <1333206691-8459-1-git-send-email-sw@weilnetz.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1333206691-8459-1-git-send-email-sw@weilnetz.de> Subject: Re: [Qemu-devel] [PATCH] qtest: Add missing GCC_FMT_ATTR List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Weil Cc: qemu-trivial@nongnu.org, qemu-devel@nongnu.org On Sat, Mar 31, 2012 at 05:11:31PM +0200, Stefan Weil wrote: > gcc reports an error when the code is compiled with -Wmissing-format-attribute. > > Signed-off-by: Stefan Weil > --- > qtest.c | 3 ++- > 1 files changed, 2 insertions(+), 1 deletions(-) Thanks, applied to the trivial patches tree: https://github.com/stefanha/qemu/commits/trivial-patches Stefan