yangsen5 opened a new pull request, #2052:
URL: https://github.com/apache/nuttx-apps/pull/2052

   nxcamera_main.c:160:26: warning: format '%d' expects argument of type 'int 
*', but argument 5 has type 'uint32_t *' {aka 'long unsigned int *'} [-Wformat=]
     160 |   sscanf(parg, "%hd %hd %d %4s", &width, &height, &framerate, cc);
         |                         ~^                        ~~~~~~~~~~
         |                          |                        |
         |                          int *                    uint32_t * {aka 
long unsigned int *}
         |                         %ld
   
   ## Summary
   
   ## 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]

Reply via email to