summaryrefslogtreecommitdiffstats
path: root/test/file_handle.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2002-11-21 16:23:38 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2002-11-21 16:23:38 (GMT)
commitbc2d9432b3f05f21f0244c3da48bc8da98003485 (patch)
tree3c0d9a8dec330f397a861c83798d6a4e2c9fada3 /test/file_handle.c
parentf3674477db1c2f7566a85eaa2fd19ebebb7a3ee8 (diff)
downloadhdf5-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.c2
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;