diff options
author | M. Scot Breitenfeld <brtnfld@hdfgroup.org> | 2017-10-09 16:30:10 (GMT) |
---|---|---|
committer | M. Scot Breitenfeld <brtnfld@hdfgroup.org> | 2017-10-09 16:30:10 (GMT) |
commit | 45192768add5daf1086e85f4083fa1157008a715 (patch) | |
tree | 95a3f9cbf6cde7e6a75818e6c1c1da831fa50fee /testpar | |
parent | c643b135940f60d9dd53c982d278c2ef6d2958e8 (diff) | |
download | hdf5-45192768add5daf1086e85f4083fa1157008a715.zip hdf5-45192768add5daf1086e85f4083fa1157008a715.tar.gz hdf5-45192768add5daf1086e85f4083fa1157008a715.tar.bz2 |
fixed missing prototype warning
Diffstat (limited to 'testpar')
-rw-r--r-- | testpar/t_shapesame.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testpar/t_shapesame.c b/testpar/t_shapesame.c index 0375710..1052a69 100644 --- a/testpar/t_shapesame.c +++ b/testpar/t_shapesame.c @@ -2229,7 +2229,7 @@ contig_hs_dr_pio_test__run_test(const int test_num, #define CONTIG_HS_DR_PIO_TEST__DEBUG 0 -void +static void contig_hs_dr_pio_test(ShapeSameTestMethods sstest_type) { int express_test; |