From: Arnaldo Carvalho de Melo Date: Tue, 3 Nov 2009 13:29:07 +0000 (-0200) Subject: perf probe: Annotate variable initialization X-Git-Tag: v2.6.33-rc1~399^2~175 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=12e4db4790b1bd2b7ec70eb2a1386c00fc683740;p=pandora-kernel.git 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 Acked-by: Masami Hiramatsu LKML-Reference: <1257254947-16789-1-git-send-email-acme@infradead.org> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed