From: Ingo Molnar Date: Fri, 3 Jul 2009 11:17:28 +0000 (+0200) Subject: perf report: Annotate variable initialization X-Git-Tag: v2.6.31-rc3~32^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=029e5b1636d0511ef143af3a20c83c48e44c03f3;p=pandora-kernel.git perf report: Annotate variable initialization Certain versions of GCC dont see the initialization that is done here: builtin-report.c: In function ‘__cmd_report’: builtin-report.c:1038: warning: ‘syms’ may be used uninitialized in this function So annotate it with a NULL initialization. Cc: Peter Zijlstra Cc: Mike Galbraith Cc: Paul Mackerras Cc: Arnaldo Carvalho de Melo Cc: Frederic Weisbecker LKML-Reference: Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed