From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55867) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZMbWy-0003f8-Hk for qemu-devel@nongnu.org; Tue, 04 Aug 2015 08:41:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZMbWt-0000Sw-MM for qemu-devel@nongnu.org; Tue, 04 Aug 2015 08:41:20 -0400 Received: from mail-vk0-f45.google.com ([209.85.213.45]:33975) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZMbWt-0000Sm-Iu for qemu-devel@nongnu.org; Tue, 04 Aug 2015 08:41:15 -0400 Received: by vkhl6 with SMTP id l6so2976682vkh.1 for ; Tue, 04 Aug 2015 05:41:15 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1438593291-27109-11-git-send-email-alex.bennee@linaro.org> References: <1438593291-27109-1-git-send-email-alex.bennee@linaro.org> <1438593291-27109-11-git-send-email-alex.bennee@linaro.org> From: Peter Maydell Date: Tue, 4 Aug 2015 13:40:55 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v4 10/11] vl.c: log system invocation when enabled List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?B?QWxleCBCZW5uw6ll?= Cc: QEMU Trivial , QEMU Developers , Peter Crosthwaite , Paolo Bonzini , Aurelien Jarno , Richard Henderson On 3 August 2015 at 10:14, Alex Benn=C3=A9e wrote: > This makes it a little easier to remember how you generated that 100Mb > trace log you saved for a future date. > > Signed-off-by: Alex Benn=C3=A9e > --- > configure | 2 +- > vl.c | 18 ++++++++++++++++++ > 2 files changed, 19 insertions(+), 1 deletion(-) > > diff --git a/configure b/configure > index 704b34c..9cc6a48 100755 > --- a/configure > +++ b/configure > @@ -1445,7 +1445,7 @@ else > fi > > gcc_flags=3D"-Wold-style-declaration -Wold-style-definition -Wtype-limit= s" > -gcc_flags=3D"-Wformat-security -Wformat-y2k -Winit-self -Wignored-qualif= iers $gcc_flags" > +gcc_flags=3D"-Wformat-security -Wno-format-y2k -Winit-self -Wignored-qua= lifiers $gcc_flags" Why do we need this warning switch change? thanks -- PMM