You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
llext: symbol.h: Explicit typecast in EXPORT_SYMBOL macros
Some compilers (especially C++ compilers) will complain with
invalid conversion (-fpermissive) if the void pointers are not
explicitly typecast. This PR adds said typecast.
Signed-off-by: Bjarki Arge Andreasen <[email protected]>
0 commit comments