apache / nuttx-apps

Apache NuttX Apps is a collection of tools, shells, network utilities, libraries, interpreters and can be used with the NuttX RTOS
https://nuttx.apache.org/
Apache License 2.0
263 stars 488 forks source link

nimble: Ignore nimble compile warnings #2386

Closed Gary-Hobson closed 1 month ago

Gary-Hobson commented 1 month ago

Summary

Will cause compilation warning if NDEBUG is defined We can't modify the code of the external library, so let's ignore it

services/ans/src/ble_svc_ans.c:450:9: error: variable 'rc' set but not used [-Werror=unused-but-set-variable] 450 | int rc; | ^~

Impact

Testing