lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ