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 2021/03/25 03:29:45 UTC

[GitHub] [incubator-nuttx] patacongo removed a comment on pull request #3170: Move getopt() variables into TLS

patacongo removed a comment on pull request #3170:
URL: https://github.com/apache/incubator-nuttx/pull/3170#issuecomment-806336027


   CI is failing due to this unrelated error:
   
   ```
   Error: candump.c:114:1: error: function declaration isn't a prototype [-Werror=strict-prototypes]
     114 | extern int optind, opterr, optopt;
         | ^~~~~~
   Error: candump.c:114:1: error: function declaration isn't a prototype [-Werror=strict-prototypes]
   Error: candump.c:114:1: error: function declaration isn't a prototype [-Werror=strict-prototypes]
   
   ```
   Any ideas?
   
   NOTE the coding standard violation on line 114:  definitions and declarations must be on separate lines.


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