From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46516) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yan6s-0000Cl-JG for qemu-devel@nongnu.org; Wed, 25 Mar 2015 11:20:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yan6r-0008PP-RQ for qemu-devel@nongnu.org; Wed, 25 Mar 2015 11:20:46 -0400 Date: Wed, 25 Mar 2015 16:20:36 +0100 From: "Michael S. Tsirkin" Message-ID: <20150325161952-mutt-send-email-mst@redhat.com> References: <1426871518-2761-1-git-send-email-sw@weilnetz.de> <5512D1A0.9020106@msgid.tls.msk.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <5512D1A0.9020106@msgid.tls.msk.ru> Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH] acpi: Add missing GCC_FMT_ATTR to local function List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Michael Tokarev Cc: QEMU Trivial , Stefan Weil , QEMU Developer On Wed, Mar 25, 2015 at 06:17:52PM +0300, Michael Tokarev wrote: > 20.03.2015 20:11, Stefan Weil wrote: > > This fixes these gcc warnings (not enabled in default build): > >=20 > > hw/acpi/aml-build.c:83:5: warning: > > function might be possible candidate for =E2=80=98gnu_printf=E2=80=99= format attribute [-Wsuggest-attribute=3Dformat] > > hw/acpi/aml-build.c:88:5: warning: > > function might be possible candidate for =E2=80=98gnu_printf=E2=80=99= format attribute [-Wsuggest-attribute=3Dformat] >=20 > Not very important but does not hurt, applied to -trivial, thanks! >=20 > /mjt I'm preparing a pull request with this one, it's already signed and testing is going to complete soon. So I think you needn't bother.