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’ [-Wformat=]
     203 |                       printf("client check fail total %d, \
         |                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     204 |                               i %d, %08" PRIx32 ", %08x\n",
         |                               ~~~~~~~~~~
     205 |                               ALIGN_UP(total), i, intp[i],
     206 |                               (ALIGN_UP(total) / sizeof(uint32_t) + 
i));
         |                               
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
         |                                                                   |
         |                                                                   
long unsigned int
   
   ## 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: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to