Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update arkedge/workflows-c2a action to v5 - autoclosed #649

Closed
wants to merge 1 commit into from

Update arkedge/workflows-c2a action to v5

b022b27
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Closed

Update arkedge/workflows-c2a action to v5 - autoclosed #649

Update arkedge/workflows-c2a action to v5
b022b27
Select commit
Loading
Failed to load commit list.
GitHub Actions / clang-tidy -Wextra completed Feb 9, 2024 in 1s

reviewdog [clang-tidy -Wextra] report

reported by reviewdog 🐶

Findings (2)

/home/runner/work/c2a-core/c2a-core/c2a_user/Examples/minimum_user/src/src_core/Applications/divided_cmd_utility.c|282 col 3| Value stored to 'exec_log' is never read [clang-analyzer-deadcode.DeadStores]
exec_log = &divided_cmd_utility_.exec_logs[log_idx];
^
/home/runner/work/c2a-core/c2a-core/c2a_user/Examples/minimum_user/src/src_core/Applications/divided_cmd_utility.c:282:3: note: Value stored to 'exec_log' is never read
CC -p=/home/runner/work/c2a-core/c2a-core/c2a_user/Examples/minimum_user/build /home/runner/work/c2a-core/c2a-core/c2a_user/Examples/minimum_user/src/src_core/Applications/telemetry_manager.c
/home/runner/work/c2a-core/c2a-core/c2a_user/Examples/minimum_user/src/src_core/Applications/telemetry_manager.c|452 col 69| unused parameter 'bc_role' [clang-diagnostic-unused-parameter]
TLM_MGR_BC_ROLE bc_role,
^

Filtered Findings (0)

Annotations

Check warning on line 282 in /home/runner/work/c2a-core/c2a-core/c2a_user/Examples/minimum_user/src/src_core/Applications/divided_cmd_utility.c

See this annotation in the file changed.

@github-actions github-actions / clang-tidy -Wextra

[clang-tidy -Wextra] /home/runner/work/c2a-core/c2a-core/c2a_user/Examples/minimum_user/src/src_core/Applications/divided_cmd_utility.c#L282

Value stored to 'exec_log' is never read [clang-analyzer-deadcode.DeadStores]
  exec_log = &divided_cmd_utility_.exec_logs[log_idx];
  ^
/home/runner/work/c2a-core/c2a-core/c2a_user/Examples/minimum_user/src/src_core/Applications/divided_cmd_utility.c:282:3: note: Value stored to 'exec_log' is never read
CC -p=/home/runner/work/c2a-core/c2a-core/c2a_user/Examples/minimum_user/build /home/runner/work/c2a-core/c2a-core/c2a_user/Examples/minimum_user/src/src_core/Applications/telemetry_manager.c
Raw output
/home/runner/work/c2a-core/c2a-core/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 = &divided_cmd_utility_.exec_logs[log_idx];
  ^
/home/runner/work/c2a-core/c2a-core/c2a_user/Examples/minimum_user/src/src_core/Applications/divided_cmd_utility.c:282:3: note: Value stored to 'exec_log' is never read
CC -p=/home/runner/work/c2a-core/c2a-core/c2a_user/Examples/minimum_user/build /home/runner/work/c2a-core/c2a-core/c2a_user/Examples/minimum_user/src/src_core/Applications/telemetry_manager.c

Check warning on line 452 in /home/runner/work/c2a-core/c2a-core/c2a_user/Examples/minimum_user/src/src_core/Applications/telemetry_manager.c

See this annotation in the file changed.

@github-actions github-actions / clang-tidy -Wextra

[clang-tidy -Wextra] /home/runner/work/c2a-core/c2a-core/c2a_user/Examples/minimum_user/src/src_core/Applications/telemetry_manager.c#L452

unused parameter 'bc_role' [clang-diagnostic-unused-parameter]
                                                    TLM_MGR_BC_ROLE bc_role,
                                                                    ^
Raw output
/home/runner/work/c2a-core/c2a-core/c2a_user/Examples/minimum_user/src/src_core/Applications/telemetry_manager.c:452:69: warning: unused parameter 'bc_role' [clang-diagnostic-unused-parameter]
                                                    TLM_MGR_BC_ROLE bc_role,
                                                                    ^