• Frederic Weisbecker's avatar
    perf stat: Handle pipe read failures in perf stat · a92bef0f
    Frederic Weisbecker authored
    Building builtin-stat.c reports the following errors:
    
    cc1: warnings being treated as errors
    builtin-stat.c: In function ‘run_perf_stat’:
    builtin-stat.c:242: erreur: ignoring return value of ‘read’, declared with attribute warn_unused_result
    builtin-stat.c:255: erreur: ignoring return value of ‘read’, declared with attribute warn_unused_result
    make: *** [builtin-stat.o] Erreur 1
    
    This patch handles the possible pipe read failures.
    Signed-off-by: default avatarFrederic 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: Anton Blanchard <anton@samba.org>
    Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
    LKML-Reference: <1246474930-6088-2-git-send-email-fweisbec@gmail.com>
    Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
    a92bef0f
builtin-stat.c 13.4 KB