mirror of https://github.com/ecmwf/eccodes.git
ECC-387: Thread safety for BUFR decoding (Part 4)
This commit is contained in:
parent
6007e6b205
commit
ab6ded0e33
|
@ -201,7 +201,9 @@ static void dump(grib_accessor* a, grib_dumper* dumper)
|
|||
|
||||
static bufr_descriptors_array* do_expand(grib_accessor* a,bufr_descriptors_array* unexpanded,change_coding_params* ccp,int *err);
|
||||
|
||||
#if MYDEBUG
|
||||
static int global_depth=-1;
|
||||
#endif
|
||||
|
||||
static size_t __expand(grib_accessor* a, bufr_descriptors_array* unexpanded, bufr_descriptors_array* expanded,
|
||||
change_coding_params* ccp, int* err)
|
||||
|
|
Loading…
Reference in New Issue