mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-21 03:13:42 +08:00
nc4dispatch: don't initialize fields which may not exist
These fields are only here if `USE_NETCDF4` is defined.
This commit is contained in:
parent
a7057925d6
commit
7505bed6f5
@ -59,6 +59,7 @@ NC4_inq_var_all,
|
||||
NC4_var_par_access,
|
||||
NC4_def_var_fill,
|
||||
|
||||
#ifdef USE_NETCDF4
|
||||
NC4_show_metadata,
|
||||
NC4_inq_unlimdims,
|
||||
|
||||
@ -97,6 +98,7 @@ NC4_def_var_endian,
|
||||
NC4_def_var_filter,
|
||||
NC4_set_var_chunk_cache,
|
||||
NC4_get_var_chunk_cache,
|
||||
#endif
|
||||
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user