GUIDINGLI opened a new pull request, #8158:
URL: https://github.com/apache/nuttx/pull/8158

   ## Summary
   
   assert: fix build break
   
   misc/assert.c: In function 'show_tasks':
   Error: misc/assert.c:411:10: error: format '%p' expects argument of type 
'void *', but argument 3 has type 'uintptr_t' {aka 'long unsigned int'} 
[-Werror=format=]
     411 |   _alert("  ----   ---"
         |          ^~~~~~~~~~~~~~
   ......
     424 |          , up_get_intstackbase()
         |            ~~~~~~~~~~~~~~~~~~~~~
         |            |
         |            uintptr_t {aka long unsigned int}
   
   Signed-off-by: ligd <[email protected]>
   
   ## 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