Hi Masahiro,
On Sat, Oct 6, 2018 at 11:59 PM Masahiro Yamada yamada.masahiro@socionext.com wrote:
On Sun, Oct 7, 2018 at 6:18 AM Miguel Ojeda miguel.ojeda.sandonis@gmail.com 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