[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.DEB.2.00.1601301413370.5958@tp.orcam.me.uk>
Date: Sat, 30 Jan 2016 14:20:24 +0000
From: "Maciej W. Rozycki" <macro@...tec.com>
To: Brian Norris <computersforpeace@...il.com>
CC: Joe Perches <joe@...ches.com>, Michal Marek <mmarek@...e.com>,
Michael Ellerman <mpe@...erman.id.au>,
Anton Blanchard <anton@....ibm.com>,
Ian Munsie <imunsie@....ibm.com>,
Michael Neuling <mikey@...ling.org>,
<linuxppc-dev@...ts.ozlabs.org>, <linux-kernel@...r.kernel.org>,
Olof Johansson <olof@...om.net>
Subject: Re: Build failure: -Wno-unused-const-variable DNE on old GCC
On Thu, 7 Jan 2016, Brian Norris wrote:
> > Perhaps most uses of -Werror without some CONFIG_<FOO> guard
> > should be removed or replaced by some other mechanism.
>
> +1000. I'd personally like to see all one-off uses of -Werror removed.
>
> > $ git grep -E "=\s*\-Werror" | grep -v CONFIG
> > [...]
> > arch/alpha/lib/Makefile:ccflags-y := -Werror
> > arch/alpha/mm/Makefile:ccflags-y := -Werror
> > arch/alpha/oprofile/Makefile:ccflags-y := -Werror -Wno-sign-compare
> > arch/metag/oprofile/Makefile:ccflags-y += -Werror
> > arch/mips/Kbuild:subdir-ccflags-y := -Werror
>
> ^^ I always patch this one out when build-testing MIPS, since I like to
> turn up warning levels (e.g., W=1), but not kill the build entirely.
The MIPS port switched on -Werror years ago, because people submitted
awful code and couldn't be bothered unless the build crashed. You're
welcome to patch your own tree, however I maintain it was a very good
decision, and TBH I think -Werror should be on globally.
Maciej
Powered by blists - more mailing lists