mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-05 00:13:16 +00:00
Coverity's analysis is not happy about using a volatile variable in an assert, even if the assert is not optionally compiled in. Avoid the issue by loading the value in an automatic varible before using it in the assert. CID: 206016 CID: 206018 CID: 206019 CID: 206021 Fixes: #20968 Fixes: #20966 Fixes: #20965 Fixes: #20963 Signed-off-by: Alberto Escolar Piedras <alpi@oticon.com> |
||
---|---|---|
.. | ||
deadline | ||
metairq | ||
preempt | ||
schedule_api |