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