From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:49136) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S2Tzp-0001II-MO for qemu-devel@nongnu.org; Tue, 28 Feb 2012 15:50:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S2Tzn-0000Ul-US for qemu-devel@nongnu.org; Tue, 28 Feb 2012 15:50:05 -0500 Received: from mx1.redhat.com ([209.132.183.28]:14746) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S2Tzn-0000Uc-Lx for qemu-devel@nongnu.org; Tue, 28 Feb 2012 15:50:03 -0500 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q1SKo18X017390 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 28 Feb 2012 15:50:01 -0500 Date: Tue, 28 Feb 2012 22:49:55 +0200 From: Alon Levy Message-ID: <20120228204955.GB8200@garlic> References: <1330118525-14522-1-git-send-email-alevy@redhat.com> <1330118525-14522-2-git-send-email-alevy@redhat.com> <20120228165846.6b169003@doriath.home> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20120228165846.6b169003@doriath.home> Subject: Re: [Qemu-devel] [PATCH 2/4] qjson.h: include compiler.h for GCC_FMT_ATTR List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Luiz Capitulino Cc: armbru@redhat.com, qemu-devel@nongnu.org, kraxel@redhat.com 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 + > > 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.h" > > >