You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2020/04/11 20:33:05 UTC

[GitHub] [incubator-nuttx] patacongo opened a new pull request #767: Fix some macOS sim warnings.

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


With regards,
Apache Git Services

[GitHub] [incubator-nuttx] Ouss4 merged pull request #767: Fix some macOS sim warnings.

Posted by GitBox <gi...@apache.org>.
Ouss4 merged pull request #767: Fix some macOS sim warnings.
URL: https://github.com/apache/incubator-nuttx/pull/767
 
 
   

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


With regards,
Apache Git Services