nuttx-apps/wireless/bluetooth/nimble
yinshengkai c9b62db723 nimble: Ignore nimble compile warnings
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;
      |         ^~

Signed-off-by: yinshengkai <yinshengkai@xiaomi.com>
2024-05-13 18:05:26 +08:00
..
include wireless/bluetooth/nimble: increase number of ACL buffers available for controller 2023-07-14 09:49:51 +08:00
.gitignore nimBLE integration application/library 2020-10-31 13:04:57 -07:00
CMakeLists.txt nimble: Ignore nimble compile warnings 2024-05-13 18:05:26 +08:00
Kconfig Fix Kconfig style 2023-09-01 01:21:54 +08:00
Make.defs nimBLE integration application/library 2020-10-31 13:04:57 -07:00
Makefile nimble: improve integration with NuttX 2023-06-27 22:28:32 +03:00
Makefile.nimble nimble: Ignore nimble compile warnings 2024-05-13 18:05:26 +08:00