mirror of
https://github.com/apache/nuttx.git
synced 2026-08-04 22:00:21 +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.
|
||
|---|---|---|
| .. | ||
| include | ||
| src | ||
| Kconfig | ||