nuttx-apps/wireless
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
..
bluetooth nimble: Ignore nimble compile warnings 2024-05-13 18:05:26 +08:00
gs2200m wireless/gs2200m: Fix handling of ioctl except SIOCDENYINETSOCK 2023-10-13 08:48:25 +02:00
ieee802154 fix nxstyle 2024-05-11 01:20:08 +08:00
iwpan Change all sizeof(arr)/sizeof(arr[0]) to nitems 2023-08-17 22:51:51 +03:00
wapi wapi: use strlen to calc the length of ssid 2024-05-08 16:53:19 +08:00
.gitignore
CMakeLists.txt fix nxstyle 2024-05-11 01:20:08 +08:00
Make.defs
Makefile