[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20110422012840.GA10448@merkur.ravnborg.org>
Date: Fri, 22 Apr 2011 03:28:40 +0200
From: Sam Ravnborg <sam@...nborg.org>
To: Stratos Psomadakis <psomas@....ntua.gr>
Cc: Michal Marek <mmarek@...e.cz>,
linux-kbuild <linux-kbuild@...r.kernel.org>,
lkml <linux-kernel@...r.kernel.org>,
Borislav Petkov <bp@...en8.de>
Subject: Re: [RFC PATCH] kbuild: implement several W= levels
> Just started looking at the patch.
> I tested it and -Wnested-externs is causing a *lot* of noise, because of
> the nested extern ‘_NSIG_WORDS_is_unsupported_size’ in
> include/linux/signal.h, which gets included a lot.
> So, unless that changes, I think that it shouldn't be enabled for W=1.
It is just the same issue that pops up for each file.
It is easy to fix.
The ones that does not belong in W=1 is those that are triggered
by many different places in the kernel.
If they are triggered in a few .h files they look noisy, but
it is easy to fix.
Sam
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists