perf_counter tools: Add more warnings and fix/annotate them
authorIngo Molnar <mingo@elte.hu>
Wed, 1 Jul 2009 10:37:06 +0000 (12:37 +0200)
committerIngo Molnar <mingo@elte.hu>
Wed, 1 Jul 2009 10:49:48 +0000 (12:49 +0200)
Enable -Wextra. This found a few real bugs plus a number
of signed/unsigned type mismatches/uncleanlinesses. It
also required a few annotations

All things considered it was still worth it so lets try with
this enabled for now.

Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
LKML-Reference: <new-submission>
Signed-off-by: Ingo Molnar <mingo@elte.hu>

No differences found