Re: [Qemu-devel] [PATCH] qemu-log: Add GCC format attribute

2012-06-24 Thread Blue Swirl
Thanks, applied. On Sat, Jun 23, 2012 at 6:41 PM, Stefan Weil wrote: > The new inline function qemu_log_vprintf should use this attribute. > > Signed-off-by: Stefan Weil > --- >  qemu-log.h |    3 ++- >  1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/qemu-log.h b/qemu-log.h > in

[Qemu-devel] [PATCH] qemu-log: Add GCC format attribute

2012-06-23 Thread Stefan Weil
The new inline function qemu_log_vprintf should use this attribute. Signed-off-by: Stefan Weil --- qemu-log.h |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/qemu-log.h b/qemu-log.h index 40f8b7b..db0f23d 100644 --- a/qemu-log.h +++ b/qemu-log.h @@ -51,7 +51,8 @@ void GC