Add new path finding command 2001 #1608
Annotations
6 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Test
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]
|
Compile
comparison of integer expressions of different signedness: 'std::vector<SearchNode>::size_type' {aka 'long unsigned int'} and 'int' [-Wsign-compare]
|
Compile
unused variable 'found_parent' [-Wunused-variable]
|
Compile
comparison of integer expressions of different signedness: 'lcf::DBArray<int>::size_type' {aka 'unsigned int'} and 'int' [-Wsign-compare]
|
Compile
unused parameter 'blockType' [-Wunused-parameter]
|
Loading