Hi Masahiro, On Sat, Oct 6, 2018 at 11:59 PM Masahiro Yamada <[email protected]> wrote: > > On Sun, Oct 7, 2018 at 6:18 AM Miguel Ojeda > <[email protected]> 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
