diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2002-11-21 16:23:38 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2002-11-21 16:23:38 (GMT) |
commit | bc2d9432b3f05f21f0244c3da48bc8da98003485 (patch) | |
tree | 3c0d9a8dec330f397a861c83798d6a4e2c9fada3 /test/file_handle.c | |
parent | f3674477db1c2f7566a85eaa2fd19ebebb7a3ee8 (diff) | |
download | hdf5-bc2d9432b3f05f21f0244c3da48bc8da98003485.zip hdf5-bc2d9432b3f05f21f0244c3da48bc8da98003485.tar.gz hdf5-bc2d9432b3f05f21f0244c3da48bc8da98003485.tar.bz2 |
[svn-r6131] Purpose:
Code cleanup
Description:
Clean up compiler warnings from IRIX64 builds.
Platforms tested:
IRIX64 6.5 (modi4)
Diffstat (limited to 'test/file_handle.c')
-rw-r--r-- | test/file_handle.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/file_handle.c b/test/file_handle.c index 2457586..5984296 100644 --- a/test/file_handle.c +++ b/test/file_handle.c @@ -270,7 +270,7 @@ test_multi(void) HDmemset(memb_addr, 0, sizeof memb_addr); HDmemset(sv, 0, sizeof sv); - for(mt=0; mt<H5FD_MEM_NTYPES; mt++) + for(mt=H5FD_MEM_DEFAULT; mt<H5FD_MEM_NTYPES; H5_INC_ENUM(H5FD_mem_t,mt)) memb_map[mt] = H5FD_MEM_SUPER; memb_map[H5FD_MEM_DRAW] = H5FD_MEM_DRAW; |