yf13 commented on PR #12320: URL: https://github.com/apache/nuttx/pull/12320#issuecomment-2123610619
@xiaoxiang781216 now the remaining issue is in [this log](https://github.com/apache/nuttx/actions/runs/9173629303/job/25222879619): ``` Configuration/Tool: rv-virt/citest64 ... usrsocktest_basic_connect.c: In function 'teardown': Error: usrsocktest_basic_connect.c:112:7: error: variable 'ret' set but not used [-Werror=unused-but-set-variable] ... usrsocktest_basic_daemon.c: In function 'usrsocktest_group_basic_daemon_teardown': Error: usrsocktest_basic_daemon.c:505:7: error: variable 'ret' set but not used [-Werror=unused-but-set-variable] ... usrsocktest_basic_getsockname.c: In function 'usrsocktest_group_basic_getsockname_teardown': Error: usrsocktest_basic_getsockname.c:238:7: error: variable 'ret' set but not used [-Werror=unused-but-set-variable] ``` -- 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: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org