linux/Documentation/perf_counter/util
Frederic Weisbecker 76a0f40fd6 perf_counter tools: Fix warn_unused_result warnings
Fix warnings for return values that we don't care about:

 util/quote.c:222: attention : ignoring return value of ‘fwrite’, declared with attribute warn_unused_result
 util/quote.c:235: attention : ignoring return value of ‘fwrite’, declared with attribute warn_unused_result
 util/quote.c: In function ‘write_name_quotedpfx’:
 util/quote.c:290: attention : ignoring return value of ‘fwrite’, declared with attribute warn_unused_result

Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Corey Ashford <cjashfor@linux.vnet.ibm.com>
Cc: Marcelo Tosatti <mtosatti@redhat.com>
Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
LKML-Reference: <1244146558-8635-1-git-send-email-fweisbec@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
2009-06-04 22:46:40 +02:00
..
PERF-VERSION-GEN
abspath.c perf_counter tools: Introduce stricter C code checking 2009-05-27 08:10:35 +02:00
alias.c
cache.h perf_counter tools: Introduce stricter C code checking 2009-05-27 08:10:35 +02:00
color.c perf_counter tools: Dont output in color on !tty 2009-06-04 15:40:25 +02:00
color.h perf_counter tools: Add color terminal output support 2009-06-04 15:28:11 +02:00
config.c
ctype.c
environment.c perf_counter tools: Add color terminal output support 2009-06-04 15:28:11 +02:00
exec_cmd.c
exec_cmd.h
generate-cmdlist.sh
help.c perf help: Fix bug when there's no perf-* command around 2009-06-03 20:09:11 +02:00
help.h
levenshtein.c
levenshtein.h
list.h perf_counter: Add our private copy of list.h 2009-05-26 13:52:55 +02:00
pager.c perf_counter tools: Add built-in pager support 2009-05-27 09:59:00 +02:00
parse-events.c perf_counter tools: Use hex2u64 in more places 2009-06-02 03:40:52 +02:00
parse-events.h perf stat: Convert to Git option parsing 2009-05-26 11:59:34 +02:00
parse-options.c perf_counter tools: Work around warnings in older GCCs 2009-06-03 21:50:44 +02:00
parse-options.h perf record: Use long arg for counter period 2009-06-03 14:14:31 +02:00
path.c
quote.c perf_counter tools: Fix warn_unused_result warnings 2009-06-04 22:46:40 +02:00
quote.h
rbtree.c perf_counter: Use rb_trees in perf report 2009-05-26 13:52:55 +02:00
rbtree.h perf_counter: Use rb_trees in perf report 2009-05-26 13:52:55 +02:00
run-command.c
run-command.h
sigchain.c perf_counter tools: Add built-in pager support 2009-05-27 09:59:00 +02:00
sigchain.h perf_counter tools: Add built-in pager support 2009-05-27 09:59:00 +02:00
strbuf.c
strbuf.h
string.c perf_counter tools: Add string.[ch] 2009-06-02 03:40:42 +02:00
string.h perf_counter tools: Add string.[ch] 2009-06-02 03:40:42 +02:00
symbol.c perf_counter tools: Print out symbol parsing errors only if --verbose 2009-06-04 14:16:38 +02:00
symbol.h perf_counter tools: Print out symbol parsing errors only if --verbose 2009-06-04 14:16:38 +02:00
usage.c
util.h perf_counter tools: Introduce stricter C code checking 2009-05-27 08:10:35 +02:00
wrapper.c