Re: [Qemu-devel] [PATCH] trace: Use fprintf_function (format checking)

2010-11-21 Thread Anthony Liguori
On 11/15/2010 02:17 PM, Stefan Weil wrote: fprintf_function adds format checking with GCC_FMT_ATTR. Cc: Blue Swirl Signed-off-by: Stefan Weil Applied. Thanks. Regards, Anthony Liguori --- simpletrace.h |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/si

[Qemu-devel] [PATCH] trace: Use fprintf_function (format checking)

2010-11-15 Thread Stefan Weil
fprintf_function adds format checking with GCC_FMT_ATTR. Cc: Blue Swirl Signed-off-by: Stefan Weil --- simpletrace.h |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/simpletrace.h b/simpletrace.h index 72614ec..2f44ed3 100644 --- a/simpletrace.h +++ b/simpletrace.h