nuttx-apps/system/adb
yinshengkai d372099242 system/adb: Ignore warnings for using variables
Will cause compilation warning if NDEBUG is defined
We can't modify the code of the external library, so let's ignore it

microADB/hal/hal_uv_client_usb.c:90:13: warning: unused variable 'ret' [-Wunused-variable]
   90 |         int ret = uv_read_start((uv_stream_t*)&client->pipe,

Signed-off-by: yinshengkai <yinshengkai@xiaomi.com>
2024-05-11 01:19:42 +08:00
..
.gitignore libuv/adb: add gitignore files 2020-11-08 12:10:11 -08:00
adb_banner.c adb: add adb log level 2023-08-10 00:50:50 +08:00
adb_main.c adb: Don't declare variables in the middle of function 2024-01-15 19:29:57 +08:00
Kconfig adb: Don't declare variables in the middle of function 2024-01-15 19:29:57 +08:00
logcat_service.c adbd/logcat: Change alog_ prefix to logcat_ 2024-01-15 19:29:57 +08:00
Make.defs system: fix relative path CI error 2021-06-16 09:03:06 -05:00
Makefile system/adb: Ignore warnings for using variables 2024-05-11 01:19:42 +08:00