mirror of https://github.com/ecmwf/eccodes.git
Fix compiler warnings
This commit is contained in:
parent
64b2c57b2d
commit
df08ce29b9
|
@ -258,8 +258,6 @@ static int pack_long(grib_accessor* a, const long* val, size_t *len)
|
|||
{
|
||||
int err=0;
|
||||
grib_accessor_bufr_extract_area_subsets *self =(grib_accessor_bufr_extract_area_subsets*)a;
|
||||
size_t l=1;
|
||||
long v[1];
|
||||
|
||||
if (*len==0) return GRIB_SUCCESS;
|
||||
err=select_area(a);
|
||||
|
|
Loading…
Reference in New Issue