From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mout.kundenserver.de ([212.227.126.187]:64794 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751890AbcEBHY1 (ORCPT ); Mon, 2 May 2016 03:24:27 -0400 From: Arnd Bergmann Subject: Re: mainline build: 896 warnings 1 failures (mainline/v4.6-rc5-224-gda9373d) Date: Mon, 02 May 2016 09:24:19 +0200 Message-ID: <1535117.FXDhxv6m8v@wuerfel> In-Reply-To: References: <57267469.8ade420a.aec17.ffffc1ee@mx.google.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kbuild-owner@vger.kernel.org List-ID: To: kernel-build-reports@lists.linaro.org Cc: Olof Johansson , Olof's autobuilder , linux-kbuild@vger.kernel.org, linux-kernel@vger.kernel.org On Sunday 01 May 2016 16:19:53 Olof Johansson wrote: > On Sun, May 1, 2016 at 2:26 PM, Olof's autobuilder wrote: > > Here are the build results from automated periodic testing. > > > > The tree being built was mainline, found at: > > > > http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git (master branch) > > > > Topmost commit: > > > > da9373d Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal > > > > Build logs (stderr only) can be found at the following link (experimental): > > > > http://arm-soc.lixom.net/buildlogs/mainline/v4.6-rc5-224-gda9373d/ > > > > > > Runtime: 5m 0s > > > > Passed: 117 > > Failed: 1 > > > > Warnings: 896 > > > > Section mismatches: 0 > > So, yeah, I updated to GCC 6.1.0 and it looks noisy. If it doesn't get > whittled down pretty quickly I might switch to an older compiler > again. Oops, it looks like I never submitted a patch to shut up -Wunused-const-variable, though I've been building that way myself here and fixing all /other/ warnings. I think we want to have -Wunused-const-variable at the W=1 level, but not by default. Arnd