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/05/03 20:23:12 UTC

[GitHub] [incubator-nuttx] patacongo edited a comment on pull request #962: sched/sched: Add sched_get_stackinfo()

patacongo edited a comment on pull request #962:
URL: https://github.com/apache/incubator-nuttx/pull/962#issuecomment-623175266


   One nxstyle complete is normal and to be expected:
   
       syscall/syscall_stublookup.c:433:3: warning: #include outside of 'Included Files' section
   
   This is a case where the included file is not a normal header file but is C data used to populate an array.  Hence, it is included in the "Public Data" section where the array must be initialized.
   
   This is acceptable and should be considered if you choose to merge this PR.
   


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