diff --git a/src/accessor/grib_accessor_class_bufr_data_array.cc b/src/accessor/grib_accessor_class_bufr_data_array.cc index f399d0563..1bf0af02f 100644 --- a/src/accessor/grib_accessor_class_bufr_data_array.cc +++ b/src/accessor/grib_accessor_class_bufr_data_array.cc @@ -2486,7 +2486,6 @@ int grib_accessor_bufr_data_array_t::create_keys(long onlySubset, long startSubs } if (ide == 0 && !compressedData_) { - long subsetNumber = iss + 1; size_t len = 1; grib_action creatorsn = { diff --git a/src/accessor/grib_accessor_class_data_apply_bitmap.cc b/src/accessor/grib_accessor_class_data_apply_bitmap.cc index 72a5cc148..10b138782 100644 --- a/src/accessor/grib_accessor_class_data_apply_bitmap.cc +++ b/src/accessor/grib_accessor_class_data_apply_bitmap.cc @@ -231,7 +231,7 @@ int grib_accessor_data_apply_bitmap_t::pack_double(const double* val, size_t* le return err; } -template +template int grib_accessor_data_apply_bitmap_t::unpack(T* val, size_t* len) { static_assert(std::is_floating_point::value, "Requires floating point numbers"); diff --git a/src/action_class_alias.cc b/src/action_class_alias.cc index 91f6cf28f..5e7cdeddc 100644 --- a/src/action_class_alias.cc +++ b/src/action_class_alias.cc @@ -178,7 +178,7 @@ static int create_accessor(grib_section* p, grib_action* act, grib_loader* h) act->name_space, act->name, y->name_); /* printf("[%s %s]\n",y->all_names_[i], y->all_name_spaces_[i]); */ - /* + /* * ECC-1898: Remove accessor from cache * This workaround was disabled because it was causing problems with the unaliasing mars.step, * i.e., when unaliasing "mars.step" it also unaliases "step"