From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matteo Croce Subject: Re: linux-next: build warning after merge of the akpm-current tree Date: Thu, 30 May 2019 11:02:22 +0200 Message-ID: References: <20190530145525.3cca17cb@canb.auug.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: In-Reply-To: <20190530145525.3cca17cb@canb.auug.org.au> Sender: linux-kernel-owner@vger.kernel.org To: Stephen Rothwell Cc: Andrew Morton , Linux Next Mailing List , Linux Kernel Mailing List List-Id: linux-next.vger.kernel.org On Thu, May 30, 2019 at 6:55 AM Stephen Rothwell wrote: > > Hi all, > > After merging the akpm-current tree, today's linux-next build (x86_64 > allmodconfig) produced this warning: > > net/tipc/sysctl.c:42:12: warning: 'one' defined but not used [-Wunused-variable] > static int one = 1; > ^~~ > net/tipc/sysctl.c:41:12: warning: 'zero' defined but not used [-Wunused-variable] > static int zero; > ^~~~ > > Introduced by commit > > 6a33853c5773 ("proc/sysctl: add shared variables for range check") > > -- > Cheers, > Stephen Rothwell Hi, this is due the merge of: commit 4bcd4ec1017205644a2697bccbc3b5143f522f5f Author: Jie Liu Date: Tue Apr 16 13:10:09 2019 +0800 tipc: set sysctl_tipc_rmem and named_timeout right range I'm making a patch to suppress the warning. Regards, -- Matteo Croce per aspera ad upstream