Re: [PATCH] perf tools: Fix pmu object compilation error

2014-04-16 Thread David Ahern
On 4/16/14, 1:00 PM, Jiri Olsa wrote: After applying some patches got another shadowing error: CC util/pmu.o util/pmu.c: In function ‘pmu_alias_terms’: util/pmu.c:287:35: error: declaration of ‘clone’ shadows a global declaration [-Werror=shadow] Renaming clone to cloned. Cc: David A

[PATCH] perf tools: Fix pmu object compilation error

2014-04-16 Thread Jiri Olsa
After applying some patches got another shadowing error: CC util/pmu.o util/pmu.c: In function ‘pmu_alias_terms’: util/pmu.c:287:35: error: declaration of ‘clone’ shadows a global declaration [-Werror=shadow] Renaming clone to cloned. Cc: David Ahern Cc: Namhyung Kim Signed-off-by: Ji