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 2022/08/17 04:35:51 UTC

[GitHub] [incubator-nuttx] anchao opened a new pull request, #6870: sched: fix visual studio Compiler Warning (level 4) C4189

anchao opened a new pull request, #6870:
URL: https://github.com/apache/incubator-nuttx/pull/6870

   
   ## Summary
   
   sched: fix visual studio Compiler Warning (level 4) C4189]
   
   D:\code\incubator-nuttx\sched\pthread\pthread_create.c(154,22):
     warning C4189: “pjoin”: local variable is initialized but not referenced
     [D:\code\incubator-nuttx\vs20221\sched\sched.vcxproj]
   
   D:\code\incubator-nuttx\sched\group\group_setupidlefiles.c(61,28):
     warning C4189: “group”: local variable is initialized but not referenced
     [D:\code\incubator-nuttx\vs20221\sched\sched.vcxproj]
   
   Reference:
   https://docs.microsoft.com/en-us/cpp/error-messages/compiler-warnings/compiler-warning-level-4-c4189?view=msvc-170
   
   Signed-off-by: chao.an <an...@xiaomi.com>
   
   ## Impact
   
   N/A
   
   ## Testing
   
   visual studio 2022 + cmake


-- 
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: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-nuttx] pkarashchenko merged pull request #6870: sched: fix visual studio Compiler Warning (level 4) C4189

Posted by GitBox <gi...@apache.org>.
pkarashchenko merged PR #6870:
URL: https://github.com/apache/incubator-nuttx/pull/6870


-- 
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: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org