masayuki2009 commented on PR #7896: URL: https://github.com/apache/nuttx/pull/7896#issuecomment-1354247990
Hmm, I think the following error does not relate to this PR. ``` ==================================================================================== Configuration/Tool: sabre-6quad/netnsh,CONFIG_ARM_TOOLCHAIN_GNU_EABI ------------------------------------------------------------------------------------ Cleaning... Configuring... Disabling CONFIG_ARM_TOOLCHAIN_GNU_EABI Enabling CONFIG_ARM_TOOLCHAIN_GNU_EABI Building NuttX... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 496k 100 496k 0 0 5279k 0 --:--:-- --:--:-- --:--:-- 5279k 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1619k 100 1619k 0 0 7012k 0 --:--:-- --:--:-- --:--:-- 7012k 100 42483 100 42483 0 0 331k 0 --:--:-- --:--:-- --:--:-- 331k microADB/hal/hal_uv_socket.c: In function 'adb_hal_socket_connect': Error: microADB/hal/hal_uv_socket.c:158:12: error: 'addr' may be used uninitialized [-Werror=maybe-uninitialized] 158 | return uv_tcp_connect(&conn->connect_req, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 159 | &socket->handle, | ~~~~~~~~~~~~~~~~ 160 | (const struct sockaddr*) &addr, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 161 | connect_cb); | ~~~~~~~~~~~ ``` -- 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