Warning re unused variable

This commit is contained in:
Shahram Najm 2022-10-23 17:07:43 +01:00
parent 8126ff607e
commit c0137ce4bd
1 changed files with 1 additions and 1 deletions

View File

@ -2736,7 +2736,7 @@ static int create_keys(const grib_accessor* a, long onlySubset, long startSubset
}
}
}
(void)extraElement;
return err;
}