ECC-387: Thread safety for BUFR decoding (Part 4)

This commit is contained in:
Shahram Najm 2016-11-21 11:48:20 +00:00
parent 6007e6b205
commit ab6ded0e33
1 changed files with 2 additions and 0 deletions

View File

@ -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)