Re: [Qemu-devel] [PATCH 2/4] qjson.h: include compiler.h for GCC_FMT_ATTR

2012-02-28 Thread Alon Levy
On Tue, Feb 28, 2012 at 04:58:46PM -0300, Luiz Capitulino wrote: > On Fri, 24 Feb 2012 23:22:03 +0200 > Alon Levy wrote: > > > Signed-off-by: Alon Levy > > Acked-by: Luiz Capitulino > > Or, I can apply it in my queue if you allow me to cherry pick. > Sure. > > > --- > > qjson.h |1 +

Re: [Qemu-devel] [PATCH 2/4] qjson.h: include compiler.h for GCC_FMT_ATTR

2012-02-28 Thread Luiz Capitulino
On Fri, 24 Feb 2012 23:22:03 +0200 Alon Levy wrote: > Signed-off-by: Alon Levy Acked-by: Luiz Capitulino Or, I can apply it in my queue if you allow me to cherry pick. > --- > qjson.h |1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/qjson.h b/qjson.h > index 6

[Qemu-devel] [PATCH 2/4] qjson.h: include compiler.h for GCC_FMT_ATTR

2012-02-24 Thread Alon Levy
Signed-off-by: Alon Levy --- qjson.h |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/qjson.h b/qjson.h index 65b10ea..1190d8a 100644 --- a/qjson.h +++ b/qjson.h @@ -15,6 +15,7 @@ #define QJSON_H #include +#include "compiler.h" #include "qobject.h" #include "qstring