mirror of https://github.com/ecmwf/eccodes.git
Testing: Fix for METAR
This commit is contained in:
parent
fbe2d513b0
commit
9179608c88
|
@ -95,7 +95,6 @@ static void grib_dump(grib_action* a, FILE* f, int l)
|
|||
}
|
||||
c = c->super ? *(c->super) : NULL;
|
||||
}
|
||||
DEBUG_ASSERT(0);
|
||||
}
|
||||
|
||||
// void grib_xref(grib_action* a, FILE* f, const char* path)
|
||||
|
|
Loading…
Reference in New Issue