Re: [PATCH] kbuild: fix kernel/bounds.c 'W=1' warning
From: Miguel Ojeda
Date: Sat Oct 06 2018 - 18:07:46 EST
Hi Masahiro,
On Sat, Oct 6, 2018 at 11:59 PM Masahiro Yamada
<yamada.masahiro@xxxxxxxxxxxxx> wrote:
>
> On Sun, Oct 7, 2018 at 6:18 AM Miguel Ojeda
> <miguel.ojeda.sandonis@xxxxxxxxx> wrote:
> >
> > I think marking the function as static __used should do the trick and
> > would be less confusing.
>
> I tried __used, but I still see the warning.
It has to be static __used, not only __used! :-)
Cheers,
Miguel