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

   
   ## Summary
   
   If CONFIG_FS_LARGEFILE is enabled, the off_t is 64bit. And if you enable 
CONFIG_DEBUG_FS the gcc report compile error like this: 
   
   > nxffs/nxffs_dump.c:161:30: error: format '%li' expects argument of type 
'long int', but argument 3 has type 'off_t' {aka 'long long int'} 
[-Werror=format=]
     
   So use PRIiOFF instead of PRIi32.
   
   
   ## Impact
   
   Just impact fs nxffs debug.
   
   ## Testing
   
   Test with esp32c6-Devkitc board.
   
   
   


-- 
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