patacongo opened a new pull request #767: Fix some macOS sim warnings.
URL: https://github.com/apache/incubator-nuttx/pull/767
 
 
   These warnings fix a class of warnings that I saw during CI checks for macOS 
sim builds.  For example:
   
       devif/devif_callback.c:111:49: warning: for loop has empty body 
[-Wempty-body]
                      prev = curr, curr = curr->nxtdev);
                                                       ^
       devif/devif_callback.c:111:49: note: put the semicolon on a separate 
line to silence this warning
   
   I did not put the semi-colon on a separate line, but used braces.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to