Re: [PATCH 2/2] perf timechart: implement IO mode

From: Namhyung Kim
Date: Tue Jun 10 2014 - 03:28:44 EST


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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/