Skip to content
Commit 01a82021 authored by Marc Herbert's avatar Marc Herbert Committed by Alberto Escolar
Browse files

llext: fix llext_find_sym() not to return a "const" value



Returned values are copies, so trying to "const" return values cannot
have any effect.

Fixes the following compiler warning:
```
llext.h:165: warning: type qualifiers ignored on function return type
```

Fixes commit 41e0a4a3 ("llext: Linkable loadable extensions")

Signed-off-by: default avatarMarc Herbert <marc.herbert@intel.com>
parent 36f1092e
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment