diff options
author | kmu <kmu@hdfgroup.org> | 2019-12-06 18:03:19 (GMT) |
---|---|---|
committer | kmu <kmu@hdfgroup.org> | 2019-12-06 18:03:19 (GMT) |
commit | f22e258586009b59cebdde931620c9d7379db6cd (patch) | |
tree | 062a4f4fdce26ea9ca4ef9f3016c87017a2b87b8 /testpar/t_span_tree.c | |
parent | 1f871e23b7c3fdec925004f2cd39d3a2cdd8decb (diff) | |
download | hdf5-f22e258586009b59cebdde931620c9d7379db6cd.zip hdf5-f22e258586009b59cebdde931620c9d7379db6cd.tar.gz hdf5-f22e258586009b59cebdde931620c9d7379db6cd.tar.bz2 |
remove unsed var,function,macro, etc
Diffstat (limited to 'testpar/t_span_tree.c')
-rw-r--r-- | testpar/t_span_tree.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/testpar/t_span_tree.c b/testpar/t_span_tree.c index 9a4ac4d..65ee03d 100644 --- a/testpar/t_span_tree.c +++ b/testpar/t_span_tree.c @@ -662,7 +662,7 @@ void coll_write_test(int chunk_factor) *------------------------------------------------------------------------- */ static void -coll_read_test(int chunk_factor) +coll_read_test(int H5_ATTR_UNUSED chunk_factor) { const char *filename; @@ -923,7 +923,9 @@ coll_read_test(int chunk_factor) ****************************************************************/ #define LDSCT_DS_RANK 5 +#if LOWER_DIM_SIZE_COMP_TEST__RUN_TEST__DEBUG #define LOWER_DIM_SIZE_COMP_TEST_DEBUG_TARGET_RANK 0 +#endif #define LOWER_DIM_SIZE_COMP_TEST__SELECT_CHECKER_BOARD__DEBUG 0 |