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
275 stars 521 forks source link

mcuboot: Ignore mcuboot compile warnings #2391

Closed Gary-Hobson closed 4 months ago

Gary-Hobson commented 4 months 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 mcuboot/boot/bootutil/src/loader.c:1265:9: error: variable 'rc' set but not used [-Werror=unused-but-set-variable] 1265 | int rc; | ^~

Impact

Testing