From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from vms173009pub.verizon.net ([206.46.173.9]:56632 "EHLO vms173009pub.verizon.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751206Ab1JVUo3 (ORCPT ); Sat, 22 Oct 2011 16:44:29 -0400 Date: Sat, 22 Oct 2011 15:40:09 -0400 (EDT) From: Peter Foley Subject: Re: [PATCH] kbuild: fix set but not used warnings In-reply-to: Message-id: References: MIME-version: 1.0 Content-type: MULTIPART/MIXED; BOUNDARY="0-802318585-1319312410=:59156" Sender: linux-kbuild-owner@vger.kernel.org List-ID: To: Arnaud Lacombe Cc: Peter Foley , Linux Kernel Mailing List , Linux Kbuild Mailing List , mmarek@suse.cz This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --0-802318585-1319312410=:59156 Content-Type: TEXT/PLAIN; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT On Sat, 22 Oct 2011, Arnaud Lacombe wrote: > Hi, > > On Sat, Oct 22, 2011 at 2:01 PM, Peter Foley wrote: > > Remove set but not used variables to fix warnings. > > > >  HOSTCC  scripts/kconfig/gconf.o > > /usr/src/lto/scripts/kconfig/gconf.c: In function 'change_sym_value': > > /usr/src/lto/scripts/kconfig/gconf.c:833:11: warning: variable 'oldval' set but not used [-Wunused-but-set-variable] > > /usr/src/lto/scripts/kconfig/gconf.c: In function 'update_tree': > > /usr/src/lto/scripts/kconfig/gconf.c:1281:19: warning: variable 'prop' set but not used [-Wunused-but-set-variable] > > > > Signed-off-by: Peter Foley > > > s/kbuild/kconfig/ in the subject, that help to know changes is only > limited to scripts/kconfig/ > > - Arnaud Noted. Should I resend this patch? Peter --0-802318585-1319312410=:59156--