Skip to content

Merge pull request #356 from arkedge/renovate/actions-checkout-4.x #1634

Merge pull request #356 from arkedge/renovate/actions-checkout-4.x

Merge pull request #356 from arkedge/renovate/actions-checkout-4.x #1634

Triggered via push June 13, 2024 01:11
Status Success
Total duration 4m 12s
Artifacts
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#L283: /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
[clippy] build.rs#L115 <clippy::single_match>: build.rs#L115
you seem to be trying to use `match` for an equality check. Consider using `if`
[clippy] <unknown>#L1: <unknown>#L1
1 warning emitted