Update actions/setup-node action to v4.1.0 #297
test-build.yml
on: pull_request
test c2a-build
/
Build as C++ for linux32
29s
test c2a-build
/
Build for Win32 by MSVC
0s
test c2a-build
/
Build as C++ for Win32 by MSVC++
0s
Matrix: test c2a-build / Build for linux32
Annotations
2 warnings
test c2a-build / Build for linux32 (clang, Wextra):
c2a_user/Examples/minimum_user/src/src_core/Applications/divided_cmd_utility.c#L282
[clang-tidy -Wextra] reported by reviewdog 🐶
Value stored to 'exec_log' is never read [clang-analyzer-deadcode.DeadStores]
exec_log = ÷d_cmd_utility_.exec_logs[log_idx];
^
/home/runner/work/workflows-c2a/workflows-c2a/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/workflows-c2a/workflows-c2a/c2a_user/Examples/minimum_user/build /home/runner/work/workflows-c2a/workflows-c2a/c2a_user/Examples/minimum_user/src/src_core/Applications/telemetry_manager.c
Raw Output:
/home/runner/work/workflows-c2a/workflows-c2a/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 = ÷d_cmd_utility_.exec_logs[log_idx];
^
/home/runner/work/workflows-c2a/workflows-c2a/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/workflows-c2a/workflows-c2a/c2a_user/Examples/minimum_user/build /home/runner/work/workflows-c2a/workflows-c2a/c2a_user/Examples/minimum_user/src/src_core/Applications/telemetry_manager.c
|
test c2a-build / Build for linux32 (clang, Wextra):
c2a_user/Examples/minimum_user/src/src_core/Applications/telemetry_manager.c#L452
[clang-tidy -Wextra] reported by reviewdog 🐶
unused parameter 'bc_role' [clang-diagnostic-unused-parameter]
TLM_MGR_BC_ROLE bc_role,
^
Raw Output:
/home/runner/work/workflows-c2a/workflows-c2a/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,
^
|