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

src_userのCmd_DR_REPLAY_TLMの引数変更に伴う修正 #650

Closed
wants to merge 2 commits into from

undo changes

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

src_userのCmd_DR_REPLAY_TLMの引数変更に伴う修正 #650

undo changes
be3de84
Select commit
Loading
Failed to load commit list.
GitHub Actions / clang-tidy -Wextra completed Jan 6, 2024 in 0s

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
/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
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

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,
                                                                    ^