From: Justin P. Mattock Date: Fri, 11 Jun 2010 20:41:04 +0000 (-0700) Subject: scripts:conf.c Fix warning: variable 'type' set but not used X-Git-Tag: v2.6.36-rc1~547^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60c8eca69f7fb2820677a635d921866f66727fcb;p=pandora-kernel.git scripts:conf.c Fix warning: variable 'type' set but not used Not sure if this is correct or not, but with make menuconfig HOSTCC scripts/kconfig/conf.o scripts/kconfig/conf.c: In function 'conf_sym': scripts/kconfig/conf.c:159:6: warning: variable 'type' set but not used scripts/kconfig/conf.c: In function 'conf_choice': scripts/kconfig/conf.c:231:6: warning: variable 'type' set but not used HOSTLD scripts/kconfig/mconf I get this using gcc 4.6.0 the below change fixes this form me. Signed-off-by: Justin P. Mattock Signed-off-by: Michal Marek --- Reading git-diff-tree failed