mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-04-06 18:00:24 +08:00
Change NC_ATT_INFO.len
to size_t
Fixes about 20 warnings
This commit is contained in:
parent
4f55d4c716
commit
04db10e5c1
@ -162,7 +162,7 @@ typedef struct NC_ATT_INFO
|
||||
{
|
||||
NC_OBJ hdr; /**< The hdr contains the name and ID. */
|
||||
struct NC_OBJ *container; /**< Pointer to containing group|var. */
|
||||
int len; /**< Length of attribute data. */
|
||||
size_t len; /**< Length of attribute data. */
|
||||
nc_bool_t dirty; /**< True if attribute modified. */
|
||||
nc_bool_t created; /**< True if attribute already created. */
|
||||
nc_type nc_typeid; /**< NetCDF type of attribute's data. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user