diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2010-08-04 04:15:05 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2010-08-04 04:15:05 (GMT) |
commit | e86d77f479b86900fe97927413aba356cef113c5 (patch) | |
tree | ec464b005761e65621d6cbfa79c6a125e2a550fd /testpar/t_rank_projection.c | |
parent | 41f0057dbc1bb5333b6a41ed9d5a4d1942964808 (diff) | |
download | hdf5-e86d77f479b86900fe97927413aba356cef113c5.zip hdf5-e86d77f479b86900fe97927413aba356cef113c5.tar.gz hdf5-e86d77f479b86900fe97927413aba356cef113c5.tar.bz2 |
[svn-r19168] Description:
Clean up some compiler warnings.
Tested on:
Linux 2.6/64 (abe) w/parallel
Diffstat (limited to 'testpar/t_rank_projection.c')
-rw-r--r-- | testpar/t_rank_projection.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testpar/t_rank_projection.c b/testpar/t_rank_projection.c index 1d3b36a..c17f7b9 100644 --- a/testpar/t_rank_projection.c +++ b/testpar/t_rank_projection.c @@ -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), |