Skip to content

Commit

Permalink
autotest: fix Coverity Scan warning
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Dec 22, 2024
1 parent 53881c1 commit 6a3c314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autotest/cpp/test_gdal_algorithm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ TEST_F(test_gdal_algorithm, wrong_long_name_dash)
};

MyAlgorithm alg;
alg.Run();
CPL_IGNORE_RET_VAL(alg.Run());
}

TEST_F(test_gdal_algorithm, wrong_long_name_contains_equal)
Expand Down

0 comments on commit 6a3c314

Please sign in to comment.