Quantify Intermediate #2002
ci.yml
on: pull_request
build-and-test
19m 38s
fix-style
1m 5s
Annotations
18 warnings
fix-style
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build-and-test:
external/rrt/src/rrt/2dplane/GridStateSpace.hpp#L27
'RRT::GridStateSpace::intermediateState' hides overloaded virtual function
|
build-and-test:
external/rrt/src/rrt/Tree.hpp#L321
unused variable 'n'
|
build-and-test:
external/rrt/src/rrt/Tree.hpp#L134
initializer order does not match the declaration order
|
build-and-test:
external/rrt/src/rrt/Tree.hpp#L29
initializer order does not match the declaration order
|
build-and-test:
rj_utils/src/logging.cpp#L30
enumeration value 'n_levels' not handled in switch
|
build-and-test:
rj_utils/src/logging.cpp#L33
format string is not a string literal (potentially insecure)
|
build-and-test:
rj_utils/src/logging.cpp#L36
format string is not a string literal (potentially insecure)
|
build-and-test:
rj_utils/src/logging.cpp#L39
format string is not a string literal (potentially insecure)
|
build-and-test:
rj_utils/src/logging.cpp#L42
format string is not a string literal (potentially insecure)
|
build-and-test:
rj_utils/src/logging.cpp#L45
format string is not a string literal (potentially insecure)
|
build-and-test:
soccer/src/soccer/planning/tests/create_path_test.cpp#L94
variable 'test_info_' provides global access to a non-const object; consider making the pointed-to data 'const'
|
build-and-test:
soccer/src/soccer/planning/tests/create_path_test.cpp#L94
initializing non-owner argument of type 'testing::internal::TestFactoryBase *' with a newly created 'gsl::owner<>'
|
build-and-test:
soccer/src/soccer/planning/tests/create_path_test.cpp#L101
variable 'average_time' is not initialized
|
build-and-test:
soccer/src/soccer/planning/tests/create_path_test.cpp#L141
narrowing conversion from 'std::chrono::duration<long, std::ratio<1, 1000000000>>::rep' (aka 'long') to 'double'
|
build-and-test:
soccer/src/soccer/planning/tests/create_path_test.cpp#L144
narrowing conversion from 'std::chrono::duration<long, std::ratio<1, 1000000000>>::rep' (aka 'long') to 'double'
|
build-and-test:
soccer/src/soccer/planning/tests/create_path_test.cpp#L148
narrowing conversion from 'std::chrono::duration<long, std::ratio<1, 1000000000>>::rep' (aka 'long') to 'double'
|
build-and-test:
soccer/src/soccer/planning/tests/create_path_test.cpp#L150
narrowing conversion from 'std::chrono::duration<long, std::ratio<1, 1000000000>>::rep' (aka 'long') to 'double'
|