Re: [PR] rpsock_client.c: fix printf format warning [nuttx-apps]

2024-01-12 Thread via GitHub
xiaoxiang781216 merged PR #2258: URL: https://github.com/apache/nuttx-apps/pull/2258 -- 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...

[PR] rpsock_client.c: fix printf format warning [nuttx-apps]

2024-01-11 Thread via GitHub
wyr8899 opened a new pull request, #2258: URL: https://github.com/apache/nuttx-apps/pull/2258 ## Summary rpsock_client.c: fix printf format warning rpsock_client.c:203:30: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 5 has type ‘long unsigned int’ [-Wforma