From: Dave Jones Date: Thu, 21 Apr 2011 21:28:13 +0000 (-0400) Subject: kbuild: Disable -Wunused-but-set-variable for gcc 4.6.0 X-Git-Tag: v3.0-rc1~310^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af0e5d565d2fffcd97d1e2d89669d627cc04e8b8;p=pandora-kernel.git kbuild: Disable -Wunused-but-set-variable for gcc 4.6.0 Disable the new -Wunused-but-set-variable that was added in gcc 4.6.0 It produces more false positives than useful warnings. This can still be enabled using W=1 Signed-off-by: Dave Jones Acked-by: Sam Ravnborg Tested-by: Sam Ravnborg Signed-off-by: Michal Marek --- Reading git-diff-tree failed