mirror of https://github.com/ecmwf/eccodes.git
Clang 9.0.1 warnings
This commit is contained in:
parent
fe6334d069
commit
9db69507ce
|
@ -97,7 +97,7 @@ grib_action* grib_action_create_gen(grib_context* context, const char* name, con
|
|||
act->cclass = c;
|
||||
act->context = context;
|
||||
act->flags = flags;
|
||||
#if CHECK_LOWERCASE_AND_STRING_TYPE
|
||||
#ifdef CHECK_LOWERCASE_AND_STRING_TYPE
|
||||
{
|
||||
int flag_lowercase=0, flag_stringtype=0;
|
||||
if (flags & GRIB_ACCESSOR_FLAG_LOWERCASE)
|
||||
|
|
|
@ -378,7 +378,7 @@ static int init(grib_iterator* iter, grib_handle* h, grib_arguments* args)
|
|||
lonFirstInDegrees, Dx, Dy, radius = 0;
|
||||
double latFirstInRadians, lonFirstInRadians, LoVInRadians, Latin1InRadians, Latin2InRadians,
|
||||
LaDInRadians;
|
||||
double earthMajorAxisInMetres, earthMinorAxisInMetres;
|
||||
double earthMajorAxisInMetres=0, earthMinorAxisInMetres=0;
|
||||
|
||||
grib_iterator_lambert_conformal* self = (grib_iterator_lambert_conformal*)iter;
|
||||
|
||||
|
|
Loading…
Reference in New Issue