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

   ## Summary
   mmap/fs_rammap.c: In function ‘unmap_rammap’:
   mmap/fs_rammap.c:117:20: warning: ‘newaddr’ may be used uninitialized 
[-Wmaybe-uninitialized]
     117 |       entry->vaddr = newaddr;
         |       ~~~~~~~~~~~~~^~~~~~~~~
   mmap/fs_rammap.c:56:13: note: ‘newaddr’ was declared here
      56 |   FAR void *newaddr;
         |             ^~~~~~~
   
   ## 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