Re: [PATCH] perf test: Fix build failure

2012-09-25 Thread Ingo Molnar
* Arnaldo Carvalho de Melo wrote: > Em Tue, Sep 25, 2012 at 11:20:28AM +0900, Namhyung Kim escreveu: > > From: Namhyung Kim > > > > The commit 6a6cd11d4e57 ("perf test: Add test for the sched tracepoint > > format fields") added following build error: > > > > CC builtin-test.o > > builtin-t

Re: [PATCH] perf test: Fix build failure

2012-09-25 Thread Arnaldo Carvalho de Melo
Em Tue, Sep 25, 2012 at 11:20:28AM +0900, Namhyung Kim escreveu: > From: Namhyung Kim > > The commit 6a6cd11d4e57 ("perf test: Add test for the sched tracepoint > format fields") added following build error: > > CC builtin-test.o > builtin-test.c: In function ‘perf_evsel__test_field’: > builti

[PATCH] perf test: Fix build failure

2012-09-24 Thread Namhyung Kim
From: Namhyung Kim The commit 6a6cd11d4e57 ("perf test: Add test for the sched tracepoint format fields") added following build error: CC builtin-test.o builtin-test.c: In function ‘perf_evsel__test_field’: builtin-test.c:1216:6: error: variable ‘ret’ set but not used [-Werror=unused-but-set-