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
On IAR compiler, there is a compilation error when using bsearch() API. The compare function has not the correct prototype :
source\cellular_pkthandler.c(444) : Error[Pe167]: argument of type "int32_t (*)(void const *, void const *)" is incompatible with parameter of type "_Cmpfun *"
This issue has been already reported and fixed (See issue #107). But it has been re-introduced by the commit
Thanks for reporting this.
I see that this issue is present in the latest version. The PR #190 fixes this issue, so the main branch is free from this issue.
I'm closing this issue as it's fixed in the main, please free to open a new issue/reopen if you face any further issues.
On IAR compiler, there is a compilation error when using bsearch() API. The compare function has not the correct prototype :
source\cellular_pkthandler.c(444) : Error[Pe167]: argument of type "int32_t (*)(void const *, void const *)" is incompatible with parameter of type "_Cmpfun *"
This issue has been already reported and fixed (See issue #107). But it has been re-introduced by the commit
The text was updated successfully, but these errors were encountered: