commit | feb8ada4ea5540ee986b23abd95597118729704c | [log] [tgz] |
---|---|---|
author | Arnaldo Carvalho de Melo <[email protected]> | Tue Oct 09 15:15:25 2012 -0300 |
committer | Arnaldo Carvalho de Melo <[email protected]> | Wed Oct 24 14:20:10 2012 -0200 |
tree | f4ab306734939661bccf50f12f294cec2f188e23 | |
parent | 28d213bac4649a1868fa78dab2d3b1ef09235171 [diff] |
perf tools: Remove noise in python version feature test Now that the feature tests honours the V=1 make verbosity switch, add a return to the main() routine in the python version test, to avoid this distraction: CHK python version <stdin>: In function 'main': <stdin>:5: warning: control reaches end of non-void function Cc: David Ahern <[email protected]> Cc: Frederic Weisbecker <[email protected]> Cc: Jiri Olsa <[email protected]> Cc: Mike Galbraith <[email protected]> Cc: Namhyung Kim <[email protected]> Cc: Paul Mackerras <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Stephane Eranian <[email protected]> Link: http://lkml.kernel.org/n/[email protected] Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>