diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2009-07-30 00:17:17 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2009-07-30 00:17:17 (GMT) |
commit | 981ba55190b978b3e67223df0a7049c65c826a1a (patch) | |
tree | b34030397f3a227d6fd2aa90b0f57b26f1cab554 /test/fheap.c | |
parent | 03d1221bd821c397bb4a2222e3c7b49fa93fd96e (diff) | |
download | hdf5-981ba55190b978b3e67223df0a7049c65c826a1a.zip hdf5-981ba55190b978b3e67223df0a7049c65c826a1a.tar.gz hdf5-981ba55190b978b3e67223df0a7049c65c826a1a.tar.bz2 |
[svn-r17266] Description:
Clean up various compiler warnings from IRIX64 build
Tested on:
Mac OS X/32 (amazon) debug & production
(yes, I know it's not an IRIX64 system :-)
Too minor to require h5committest
Diffstat (limited to 'test/fheap.c')
-rw-r--r-- | test/fheap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fheap.c b/test/fheap.c index 750d51d..8f5e0d1 100644 --- a/test/fheap.c +++ b/test/fheap.c @@ -15792,7 +15792,7 @@ curr_test = FHEAP_TEST_NORMAL; /* "Re-open heap" testing parameters */ case FHEAP_TEST_REOPEN: puts("Testing with reopen heap flag set"); - tparam.reopen_heap = TRUE; + tparam.reopen_heap = FHEAP_TEST_REOPEN; break; /* An unknown test? */ |