Add new path finding command 2001 #1608
Annotations
5 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Compile:
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]
|
Compile:
src/game_character.cpp#L1033
unused variable 'found_parent' [-Wunused-variable]
|
Compile:
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]
|
Compile:
src/tilemap_layer.cpp#L842
unused parameter 'blockType' [-Wunused-parameter]
|
Loading