commit | 12e4db4790b1bd2b7ec70eb2a1386c00fc683740 | [log] [tgz] |
---|---|---|
author | Arnaldo Carvalho de Melo <acme@redhat.com> | Tue Nov 03 11:29:07 2009 -0200 |
committer | Ingo Molnar <mingo@elte.hu> | Tue Nov 03 16:51:28 2009 +0100 |
tree | a2d75943fdf3979e4247fd51795cd8d2a2a0e2a4 | |
parent | b0ef07324310d66f660a311d4a8d669eda74f801 [diff] |
perf probe: Annotate variable initialization Annotate away this false positive warning on older GCCs: cc1: warnings being treated as errors builtin-probe.c: In function ‘parse_probe_event’: builtin-probe.c:72: warning: ‘nc’ is used uninitialized in this function Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> Acked-by: Masami Hiramatsu <mhiramat@redhat.com> LKML-Reference: <1257254947-16789-1-git-send-email-acme@infradead.org> Signed-off-by: Ingo Molnar <mingo@elte.hu>