From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:43635) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RGyHA-00039Q-1p for qemu-devel@nongnu.org; Thu, 20 Oct 2011 15:27:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RGyH9-0002Au-9L for qemu-devel@nongnu.org; Thu, 20 Oct 2011 15:27:36 -0400 Received: from v220110690675601.yourvserver.net ([78.47.199.172]:36368) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RGyH8-000288-PK for qemu-devel@nongnu.org; Thu, 20 Oct 2011 15:27:34 -0400 Message-ID: <4EA07576.1010900@weilnetz.de> Date: Thu, 20 Oct 2011 21:24:38 +0200 From: Stefan Weil MIME-Version: 1.0 References: <201110202320.54504.jcmvbkbc@gmail.com> In-Reply-To: <201110202320.54504.jcmvbkbc@gmail.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] build with trace enabled is broken by the commit c572f23a3e7180dbeab5e86583e43ea2afed6271 hw/9pfs: Introduce tracing for 9p pdu handlers List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Max Filippov Cc: Harsh Prateek Bora , "Aneesh Kumar K.V" , qemu-devel@nongnu.org Am 20.10.2011 21:20, schrieb Max Filippov: > Hi. > > Current git head build with trace enabled is broken by the commit c572f= 23a3e7180dbeab5e86583e43ea2afed6271 hw/9pfs: Introduce tracing for 9p pdu= handlers. > Error messages: > > In file included from trace.c:2:0: > trace.h: In function =E2=80=98trace_v9fs_attach=E2=80=99: > trace.h:2850:9: error: too many arguments for format [-Werror=3Dformat-= extra-args] > trace.h: In function =E2=80=98trace_v9fs_wstat=E2=80=99: > trace.h:3039:9: error: too many arguments for format [-Werror=3Dformat-= extra-args] > trace.h: In function =E2=80=98trace_v9fs_mkdir=E2=80=99: > trace.h:3088:9: error: too many arguments for format [-Werror=3Dformat-= extra-args] > trace.h: In function =E2=80=98trace_v9fs_mkdir_return=E2=80=99: > trace.h:3095:9: error: too many arguments for format [-Werror=3Dformat-= extra-args] > cc1: all warnings being treated as errors > I noticed that, too, and I'm just preparing a patch. Stefan W.