commit | 39e7317e37f7f0be366d1201c283f968c17268da | [log] [tgz] |
---|---|---|
author | Arnaldo Carvalho de Melo <acme@redhat.com> | Fri Jul 19 15:34:30 2019 -0300 |
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | Tue Jul 23 09:04:54 2019 -0300 |
tree | 4e70178c670cd978ba970d620d6eaf64023fca70 | |
parent | d95daf5accf4a72005daa13fbb1d1bd8709f2861 [diff] |
perf build: Do not use -Wshadow on gcc < 4.8 As it is too strict, see https://lkml.org/lkml/2006/11/28/253 and https://gcc.gnu.org/gcc-4.8/changes.html, that takes into account Linus's comments (search for Wshadow) for the reasoning about -Wshadow not being interesting before gcc 4.8. Acked-by: Andrii Nakryiko <andrii.nakryiko@gmail.com> Cc: Adrian Hunter <adrian.hunter@intel.com> Cc: Jiri Olsa <jolsa@kernel.org> Cc: Namhyung Kim <namhyung@kernel.org> Link: https://lkml.kernel.org/r/20190719183417.GQ3624@kernel.org Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>