mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-07-16 11:13:33 +08:00

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>