mirror of
https://github.com/apache/nuttx.git
synced 2026-09-02 23:23:02 +00:00
clang-check complained like the following.
While this is not a real bug, it's easy to appease.
sim/up_exit.c:68:21: warning: Value stored to 'tcb' during its initialization is never read
FAR struct tcb_s *tcb = this_task();
^~~ ~~~~~~~~~~~
1 warning generated.
|
||
|---|---|---|
| .. | ||
| sim | ||
| .gitignore | ||
| Makefile | ||
| nuttx-names.in | ||