Skip to content
Commit c3bd2094 authored by Shlomi Vaknin's avatar Shlomi Vaknin Committed by Kumar Gala
Browse files

DSP: fix compiler warning on inline attribute



When trying to compile the distance test on zephyr,
The compiler reports: "warning: 'inline' attribute
directive ignored". To fix this, we use `static inline`
explicitly instead on using the `attribute` flag.

In addition, to force inline we use the attribute
`always_inline`.

Signed-off-by: default avatarShlomi Vaknin <shlomi.39sd@gmail.com>
parent 473b6648
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment