Compiler warnings: Return statement redundant

This commit is contained in:
Shahram Najm 2019-12-30 12:51:15 +00:00
parent f7ba769a5a
commit 2b93ef50ee
1 changed files with 0 additions and 2 deletions

View File

@ -2015,8 +2015,6 @@ int grib2_select_PDTN(int is_eps, int is_instant,
if (is_instant) return 0;
else return 8;
}
return -1;
}
int is_grib_index_file(const char* filename)