bump version to v6.0.2 #287
Annotations
1 warning
c2a_user/Examples/minimum_user/src/src_core/Applications/divided_cmd_utility.c#L282
[clang-tidy -Werror] reported by reviewdog 🐶
Value stored to 'exec_log' is never read [clang-analyzer-deadcode.DeadStores]
exec_log = ÷d_cmd_utility_.exec_logs[log_idx];
^
/home/runner/work/workflows-c2a/workflows-c2a/c2a_user/Examples/minimum_user/src/src_core/Applications/divided_cmd_utility.c:282:3: note: Value stored to 'exec_log' is never read
Raw Output:
/home/runner/work/workflows-c2a/workflows-c2a/c2a_user/Examples/minimum_user/src/src_core/Applications/divided_cmd_utility.c:282:3: warning: Value stored to 'exec_log' is never read [clang-analyzer-deadcode.DeadStores]
exec_log = ÷d_cmd_utility_.exec_logs[log_idx];
^
/home/runner/work/workflows-c2a/workflows-c2a/c2a_user/Examples/minimum_user/src/src_core/Applications/divided_cmd_utility.c:282:3: note: Value stored to 'exec_log' is never read
|
The logs for this run have expired and are no longer available.
Loading