autotest: fix Coverity Scan warning

This commit is contained in:
Even Rouault 2024-12-22 20:42:54 +01:00
parent 53881c1936
commit 6a3c3148c5
No known key found for this signature in database
GPG Key ID: 33EBBFC47B3DD87D
1 changed files with 1 additions and 1 deletions

View File

@ -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)