masayuki2009 commented on pull request #2540:
URL: https://github.com/apache/incubator-nuttx/pull/2540#issuecomment-745179305


   ```
   vfs/fs_fdopen.c:270:10: warning: 'ret' may be used uninitialized in this 
function [-Wmaybe-uninitialized]
     270 |   return ret;
         |          ^~~
   vfs/fs_fdopen.c:118:26: note: 'ret' was declared here
     118 |   int                    ret;
         |                          ^~~
   ```
   


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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to