On 3 August 2015 at 10:14, Alex Bennée <alex.ben...@linaro.org> 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ée <alex.ben...@linaro.org> > --- > 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="-Wold-style-declaration -Wold-style-definition -Wtype-limits" > -gcc_flags="-Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers > $gcc_flags" > +gcc_flags="-Wformat-security -Wno-format-y2k -Winit-self > -Wignored-qualifiers $gcc_flags"
Why do we need this warning switch change? thanks -- PMM