Skip to content

Add new path finding command 2001 #1608

Add new path finding command 2001

Add new path finding command 2001 #1608

Triggered via pull request January 18, 2025 22:36
Status Success
Total duration 23m 44s
Artifacts

stable-compilation.yml

on: pull_request
Matrix: docker
Fit to window
Zoom out
Zoom in

Annotations

27 warnings
debian:11
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
debian:11
comparison of integer expressions of different signedness: 'std::vector<SearchNode>::size_type' {aka 'long unsigned int'} and 'int' [-Wsign-compare]
debian:11
unused variable 'found_parent' [-Wunused-variable]
debian:11
comparison of integer expressions of different signedness: 'lcf::DBArray<int>::size_type' {aka 'unsigned int'} and 'int' [-Wsign-compare]
debian:11
unused parameter 'blockType' [-Wunused-parameter]
ubuntu:22.04
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
ubuntu:22.04: src/game_character.cpp#L1031
comparison of integer expressions of different signedness: 'std::vector<SearchNode>::size_type' {aka 'long unsigned int'} and 'int' [-Wsign-compare]
ubuntu:22.04: src/game_character.cpp#L1033
unused variable 'found_parent' [-Wunused-variable]
ubuntu:22.04: src/game_interpreter_map.cpp#L938
comparison of integer expressions of different signedness: 'lcf::DBArray<int>::size_type' {aka 'unsigned int'} and 'int' [-Wsign-compare]
ubuntu:22.04: src/tilemap_layer.cpp#L842
unused parameter 'blockType' [-Wunused-parameter]
debian:12
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
debian:12: src/game_character.cpp#L1031
comparison of integer expressions of different signedness: 'std::vector<SearchNode>::size_type' {aka 'long unsigned int'} and 'int' [-Wsign-compare]
debian:12: src/game_character.cpp#L1033
unused variable 'found_parent' [-Wunused-variable]
debian:12: src/game_interpreter_map.cpp#L938
comparison of integer expressions of different signedness: 'lcf::DBArray<int>::size_type' {aka 'unsigned int'} and 'int' [-Wsign-compare]
debian:12
'*(std::function<bool(wchar_t)>*)((char*)&__tmp + offsetof(std::__detail::_StateT, std::__detail::_State<wchar_t>::<unnamed>.std::__detail::_State_base::<unnamed>)).std::function<bool(wchar_t)>::_M_invoker' may be used uninitialized [-Wmaybe-uninitialized]
debian:12
'*(const std::_Function_base*)((char*)&__tmp + offsetof(std::__detail::_StateT, std::__detail::_State<wchar_t>::<unnamed>.std::__detail::_State_base::<unnamed>)).std::_Function_base::_M_manager' may be used uninitialized [-Wmaybe-uninitialized]
debian:12
'*(std::function<bool(wchar_t)>*)((char*)&__tmp + offsetof(std::__detail::_StateT, std::__detail::_State<wchar_t>::<unnamed>.std::__detail::_State_base::<unnamed>)).std::function<bool(wchar_t)>::_M_invoker' may be used uninitialized [-Wmaybe-uninitialized]
debian:12
'*(const std::_Function_base*)((char*)&__tmp + offsetof(std::__detail::_StateT, std::__detail::_State<wchar_t>::<unnamed>.std::__detail::_State_base::<unnamed>)).std::_Function_base::_M_manager' may be used uninitialized [-Wmaybe-uninitialized]
debian:12
'*(std::function<bool(wchar_t)>*)((char*)&__tmp + offsetof(std::__detail::_StateT, std::__detail::_State<wchar_t>::<unnamed>.std::__detail::_State_base::<unnamed>)).std::function<bool(wchar_t)>::_M_invoker' may be used uninitialized [-Wmaybe-uninitialized]
debian:12
'*(const std::_Function_base*)((char*)&__tmp + offsetof(std::__detail::_StateT, std::__detail::_State<wchar_t>::<unnamed>.std::__detail::_State_base::<unnamed>)).std::_Function_base::_M_manager' may be used uninitialized [-Wmaybe-uninitialized]
debian:12
'*(std::function<bool(wchar_t)>*)((char*)&__tmp + offsetof(std::__detail::_StateT, std::__detail::_State<wchar_t>::<unnamed>.std::__detail::_State_base::<unnamed>)).std::function<bool(wchar_t)>::_M_invoker' may be used uninitialized [-Wmaybe-uninitialized]
ubuntu:20.04
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
ubuntu:20.04
ignoring return value of 'bool std::operator!=(const std::shared_ptr<_Tp>&, std::nullptr_t) [with _Tp = Bitmap; std::nullptr_t = std::nullptr_t]', declared with attribute nodiscard [-Wunused-result]
ubuntu:20.04
comparison of integer expressions of different signedness: 'std::vector<SearchNode>::size_type' {aka 'long unsigned int'} and 'int' [-Wsign-compare]
ubuntu:20.04
unused variable 'found_parent' [-Wunused-variable]
ubuntu:20.04
comparison of integer expressions of different signedness: 'lcf::DBArray<int>::size_type' {aka 'unsigned int'} and 'int' [-Wsign-compare]
ubuntu:20.04
unused parameter 'blockType' [-Wunused-parameter]