diff options
author | Vailin Choi <vchoi@hdfgroup.org> | 2015-06-20 07:00:11 (GMT) |
---|---|---|
committer | Vailin Choi <vchoi@hdfgroup.org> | 2015-06-20 07:00:11 (GMT) |
commit | 2dfc4a7ac697419fb27eecf9aa11436e7f2c84cf (patch) | |
tree | 30e91e8f7dead04c8bcc4295a59d148760711fc4 /src/H5Gtest.c | |
parent | 87bb643dbbebe154d3c5412ab356f0e5de08d8de (diff) | |
download | hdf5-2dfc4a7ac697419fb27eecf9aa11436e7f2c84cf.zip hdf5-2dfc4a7ac697419fb27eecf9aa11436e7f2c84cf.tar.gz hdf5-2dfc4a7ac697419fb27eecf9aa11436e7f2c84cf.tar.bz2 |
[svn-r27257] Bring revisions #27084 - #27142 from trunk to revise_chunks. Tested on jam, koala, ostrich.
Diffstat (limited to 'src/H5Gtest.c')
-rw-r--r-- | src/H5Gtest.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5Gtest.c b/src/H5Gtest.c index 2628fd7..981946d 100644 --- a/src/H5Gtest.c +++ b/src/H5Gtest.c @@ -666,8 +666,8 @@ done: */ static int H5G_verify_cached_stabs_test_cb(H5F_t *f, hid_t dxpl_id, - const void UNUSED *_lt_key, haddr_t addr, const void UNUSED *_rt_key, - void UNUSED *udata) + const void H5_ATTR_UNUSED *_lt_key, haddr_t addr, const void H5_ATTR_UNUSED *_rt_key, + void H5_ATTR_UNUSED *udata) { H5G_node_t *sn = NULL; H5O_loc_t targ_oloc; |