Gary-Hobson opened a new pull request, #2381:
URL: https://github.com/apache/nuttx-apps/pull/2381
## Summary
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,
## Impact
## Testing
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]