[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <877g4pb4uy.fsf@sejong.aot.lge.com>
Date: Tue, 10 Jun 2014 16:28:37 +0900
From: Namhyung Kim <namhyung@...il.com>
To: Stanislav Fomichev <stfomichev@...dex-team.ru>
Cc: acme@...nel.org, artagnon@...il.com, jolsa@...hat.com,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH 2/2] perf timechart: implement IO mode
On Mon, 9 Jun 2014 13:21:12 +0400, Stanislav Fomichev wrote:
> In IO mode timechart shows any disk/network activity.
It breaks build like below:
CC util/svghelper.o
util/svghelper.c: In function ‘svg_ubox’:
util/svghelper.c:154:91: error: declaration of ‘error’ shadows a global declaration [-Werror=shadow]
In file included from util/svghelper.c:24:0:
util/util.h:137:12: error: shadowed declaration is here [-Werror=shadow]
util/svghelper.c: In function ‘svg_lbox’:
util/svghelper.c:173:91: error: declaration of ‘error’ shadows a global declaration [-Werror=shadow]
In file included from util/svghelper.c:24:0:
util/util.h:137:12: error: shadowed declaration is here [-Werror=shadow]
util/svghelper.c: In function ‘svg_fbox’:
util/svghelper.c:192:91: error: declaration of ‘error’ shadows a global declaration [-Werror=shadow]
In file included from util/svghelper.c:24:0:
util/util.h:137:12: error: shadowed declaration is here [-Werror=shadow]
cc1: all warnings being treated as errors
make[1]: *** [util/svghelper.o] Error 1
Thanks,
Namhyung
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists