yamt commented on a change in pull request #1502: URL: https://github.com/apache/incubator-nuttx/pull/1502#discussion_r464757818
########## File path: arch/sim/src/sim/up_exit.c ########## @@ -65,9 +65,9 @@ void up_exit(int status) { - FAR struct tcb_s *tcb = this_task(); + FAR struct tcb_s *tcb; Review comment: the commit messages have the snippets of the clang output. this change is intended to appease the warning when sinfo() expands to empty. ---------------------------------------------------------------- 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