mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-23 16:20:57 +08:00
[svn-r19168] Description:
Clean up some compiler warnings. Tested on: Linux 2.6/64 (abe) w/parallel
This commit is contained in:
parent
41f0057dbc
commit
e86d77f479
@ -2238,7 +2238,7 @@ checker_board_hyperslab_dr_pio_test__verify_data(uint32_t * buf_ptr,
|
||||
#define PAR_SS_DR_MAX_RANK 5
|
||||
#define CHECKER_BOARD_HYPERSLAB_DR_PIO_TEST__RUN_TEST__DEBUG 0
|
||||
|
||||
void
|
||||
static void
|
||||
checker_board_hyperslab_dr_pio_test__run_test(const int test_num,
|
||||
const int edge_size,
|
||||
const int checker_edge_size,
|
||||
@ -3254,7 +3254,7 @@ checker_board_hyperslab_dr_pio_test__run_test(const int test_num,
|
||||
/* zero out the value for the next pass */
|
||||
*ptr_1 = 0;
|
||||
|
||||
*ptr_1++;
|
||||
ptr_1++;
|
||||
}
|
||||
|
||||
VRFY((data_ok == TRUE),
|
||||
|
@ -1570,7 +1570,7 @@ lower_dim_size_comp_test__verify_data(uint32_t * buf_ptr,
|
||||
#define LDSCT_DS_RANK 5
|
||||
#define LOWER_DIM_SIZE_COMP_TEST__RUN_TEST__DEBUG 0
|
||||
|
||||
void
|
||||
static void
|
||||
lower_dim_size_comp_test__run_test(const int chunk_edge_size,
|
||||
const hbool_t use_collective_io,
|
||||
const hid_t dset_type)
|
||||
|
Loading…
Reference in New Issue
Block a user