From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50531) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aGU2r-0005iv-3t for qemu-devel@nongnu.org; Tue, 05 Jan 2016 11:01:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aGU2l-0002Ir-Hy for qemu-devel@nongnu.org; Tue, 05 Jan 2016 11:01:13 -0500 Received: from e06smtp08.uk.ibm.com ([195.75.94.104]:53467) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aGU2l-0002IM-8o for qemu-devel@nongnu.org; Tue, 05 Jan 2016 11:01:07 -0500 Received: from localhost by e06smtp08.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 5 Jan 2016 16:01:05 -0000 Received: from b06cxnps3074.portsmouth.uk.ibm.com (d06relay09.portsmouth.uk.ibm.com [9.149.109.194]) by d06dlp01.portsmouth.uk.ibm.com (Postfix) with ESMTP id 1E2E617D8042 for ; Tue, 5 Jan 2016 16:01:34 +0000 (GMT) Received: from d06av07.portsmouth.uk.ibm.com (d06av07.portsmouth.uk.ibm.com [9.149.37.248]) by b06cxnps3074.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id u05G0nGl6947294 for ; Tue, 5 Jan 2016 16:00:49 GMT Received: from d06av07.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av07.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id u05G0n8R010095 for ; Tue, 5 Jan 2016 09:00:49 -0700 Date: Tue, 5 Jan 2016 17:00:47 +0100 From: Greg Kurz Message-ID: <20160105170047.0ffce2e9@bahia.local> In-Reply-To: <568BE6C7.5030105@redhat.com> References: <20160105152905.14756.58938.stgit@bahia.lab.toulouse-stg.fr.ibm.com> <568BE6C7.5030105@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH] linux-user: fix typo in trace formats List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Blake Cc: Laurent Vivier , Paolo Bonzini , qemu-devel@nongnu.org, Stefan Hajnoczi On Tue, 5 Jan 2016 08:52:39 -0700 Eric Blake wrote: > On 01/05/2016 08:29 AM, Greg Kurz wrote: > > When building all targets, I get tons of warnings like below: > >=20 > > ./trace/generated-tracers.h: In function =E2=80=98trace_user_s390x_rest= ore_sigregs=E2=80=99: > > ./trace/generated-tracers.h:17551:25: warning: too many arguments for f= ormat > > [-Wformat-extra-args] > > , env, sc_psw_addr, env_psw_addr); > >=20 > > Fixes: c8ee0a445a6a85635e962c0346bc7b1259c1a3f5 > > Signed-off-by: Greg Kurz > > --- > > trace-events | 10 +++++----- > > 1 file changed, 5 insertions(+), 5 deletions(-) >=20 > Duplicate of: > https://lists.gnu.org/archive/html/qemu-devel/2015-12/msg03667.html >=20 Indeed I had missed that... I hope Stefan will send a pull request soon because it is annoying when building all targets. Thanks. -- Greg