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

   ## Summary
   fix compilation warning:
   
      group/group_foreachchild.c:85:10: warning: 'ret' may be used 
uninitialized [-Wmaybe-uninitialized]
      85 |   return ret;
         |          ^~~
      group/group_foreachchild.c:67:7: note: 'ret' was declared here
      67 |   int ret;
   
   ## Impact
   
   RELEASE
   
   ## Testing
   
   CI


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