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

WDTの監視周期設定コマンドの追加 #380

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

delete dummy tlm

4eb84ab
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Open

WDTの監視周期設定コマンドの追加 #380

delete dummy tlm
4eb84ab
Select commit
Loading
Failed to load commit list.
GitHub Actions / clang-tidy -Wextra completed Nov 15, 2024 in 0s

reviewdog [clang-tidy -Wextra] report

reported by reviewdog 🐶

Findings (2)

/home/runner/work/c2a-core/c2a-core/c2a_user/examples/mobc/src/src_core/applications/divided_cmd_utility.c|283 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/mobc/src/src_core/applications/divided_cmd_utility.c:283:3: note: Value stored to 'exec_log' is never read
CC -p=/home/runner/work/c2a-core/c2a-core/c2a_user/examples/mobc/build /home/runner/work/c2a-core/c2a-core/c2a_user/examples/mobc/src/src_core/applications/telemetry_manager.c
/home/runner/work/c2a-core/c2a-core/c2a_user/examples/mobc/src/src_core/applications/telemetry_manager.c|451 col 69| unused parameter 'bc_role' [clang-diagnostic-unused-parameter]
TLM_MGR_BC_ROLE bc_role,
^

Filtered Findings (0)

Annotations

Check warning on line 283 in /home/runner/work/c2a-core/c2a-core/c2a_user/examples/mobc/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/mobc/src/src_core/applications/divided_cmd_utility.c#L283

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/mobc/src/src_core/applications/divided_cmd_utility.c:283:3: note: Value stored to 'exec_log' is never read
CC -p=/home/runner/work/c2a-core/c2a-core/c2a_user/examples/mobc/build /home/runner/work/c2a-core/c2a-core/c2a_user/examples/mobc/src/src_core/applications/telemetry_manager.c
Raw output
/home/runner/work/c2a-core/c2a-core/c2a_user/examples/mobc/src/src_core/applications/divided_cmd_utility.c:283: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/mobc/src/src_core/applications/divided_cmd_utility.c:283:3: note: Value stored to 'exec_log' is never read
CC -p=/home/runner/work/c2a-core/c2a-core/c2a_user/examples/mobc/build /home/runner/work/c2a-core/c2a-core/c2a_user/examples/mobc/src/src_core/applications/telemetry_manager.c

Check warning on line 451 in /home/runner/work/c2a-core/c2a-core/c2a_user/examples/mobc/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/mobc/src/src_core/applications/telemetry_manager.c#L451

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/mobc/src/src_core/applications/telemetry_manager.c:451:69: warning: unused parameter 'bc_role' [clang-diagnostic-unused-parameter]
                                                    TLM_MGR_BC_ROLE bc_role,
                                                                    ^