From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:45480) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UT7rt-0007iS-Mt for qemu-devel@nongnu.org; Fri, 19 Apr 2013 05:44:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UT7rr-0007rF-4Q for qemu-devel@nongnu.org; Fri, 19 Apr 2013 05:44:33 -0400 Date: Fri, 19 Apr 2013 11:44:20 +0200 From: Stefan Hajnoczi Message-ID: <20130419094420.GG30143@stefanha-thinkpad.redhat.com> References: <1366316465-32710-1-git-send-email-sw@weilnetz.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1366316465-32710-1-git-send-email-sw@weilnetz.de> Subject: Re: [Qemu-devel] [PATCH] block/ssh: Add missing gcc format attributes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Weil Cc: qemu-trivial@nongnu.org, qemu-devel@nongnu.org, "Richard W.M. Jones" On Thu, Apr 18, 2013 at 10:21:05PM +0200, Stefan Weil wrote: > Now gcc will check whether format string and variable arguments match. > > Signed-off-by: Stefan Weil > --- > > Please note: I could only run limited tests with the new code > because ssh.c is currently not compiled in my w32/w64 environment. > > Regards, > Stefan W. > > block/ssh.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Thanks, applied to the trivial patches tree: https://github.com/stefanha/qemu/commits/trivial-patches Stefan