Skip to content

Merge pull request #132 from arkedge/feature/refactor-user-cmake-option #614

Merge pull request #132 from arkedge/feature/refactor-user-cmake-option

Merge pull request #132 from arkedge/feature/refactor-user-cmake-option #614

Triggered via push October 12, 2023 16:21
Status Success
Total duration 4m 52s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention
Matrix: Build on Windows VS2022
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
[clang-tidy -Wextra] /home/runner/work/c2a-core/c2a-core/c2a_user/examples/mobc/src/src_core/applications/divided_cmd_utility.c#L284: /home/runner/work/c2a-core/c2a-core/c2a_user/examples/mobc/src/src_core/applications/divided_cmd_utility.c#L284
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:284:3: note: Value stored to 'exec_log' is never read
[clippy] <unknown>#L1: <unknown>#L1
1 warning emitted
[clippy] build.rs#L99 <clippy::single_match>: build.rs#L99
you seem to be trying to use `match` for an equality check. Consider using `if`