Fix broken builds (2)

This commit is contained in:
Shahram Najm 2023-04-19 18:07:03 +01:00
parent 76baf2790f
commit b2120e2c03
1 changed files with 1 additions and 1 deletions

View File

@ -583,7 +583,7 @@ cleanup:
}
#else
static int unpack_float(grib_accessor*, float* val, size_t* len)
static int unpack_float(grib_accessor* a, float* val, size_t* len)
{
grib_context_log(a->context, GRIB_LOG_ERROR, "JPEG support not enabled.");
return GRIB_FUNCTIONALITY_NOT_ENABLED;