diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 1999-02-25 23:36:15 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 1999-02-25 23:36:15 (GMT) |
commit | f7bbda2afb6118a92d35ad370e34cc6c21373acc (patch) | |
tree | 221c82c2f457b41ca9a949f58fff17134d6292f4 /src/H5Sprivate.h | |
parent | 252e4dfc5f59cc1e37197e08bc7b26b3f9f5bd6e (diff) | |
download | hdf5-f7bbda2afb6118a92d35ad370e34cc6c21373acc.zip hdf5-f7bbda2afb6118a92d35ad370e34cc6c21373acc.tar.gz hdf5-f7bbda2afb6118a92d35ad370e34cc6c21373acc.tar.bz2 |
[svn-r1106] Cleaned up a few compiler warnings, etc.
Diffstat (limited to 'src/H5Sprivate.h')
-rw-r--r-- | src/H5Sprivate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Sprivate.h b/src/H5Sprivate.h index f4d4959..cb0f6f4 100644 --- a/src/H5Sprivate.h +++ b/src/H5Sprivate.h @@ -78,7 +78,7 @@ typedef struct H5S_hyper_node_tag { hssize_t *end; /* Pointer to a corner of a hyperslab furthest from the origin */ struct { uintn cached; /* Flag to indicate that the block is cached (during I/O only) */ - uintn size; /* Size of cached block (in elements) */ + size_t size; /* Size of cached block (in elements) */ uintn left; /* Elements left to access in block */ hid_t block_id; /* Temporary buffer ID */ uint8_t *block; /* Pointer into temporary buffer for cache */ |