[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH] qmp: Add missing gcc format attribute and fix f
From: |
Stefan Hajnoczi |
Subject: |
Re: [Qemu-devel] [PATCH] qmp: Add missing gcc format attribute and fix format string |
Date: |
Fri, 30 Dec 2011 11:56:14 +0000 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
On Fri, Dec 23, 2011 at 08:34:38PM +0100, Stefan Weil wrote:
> Signed-off-by: Stefan Weil <address@hidden>
> ---
> test-qmp-input-visitor.c | 7 ++++---
> 1 files changed, 4 insertions(+), 3 deletions(-)
Although we're not strictly implementing printf format strings it's
close enough that this seems worth having. If we ever introduce format
specifiers that have a different meaning under printf then we need to
rethink this.
Reviewed-by: Stefan Hajnoczi <address@hidden>