diff options
author | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2017-10-11 16:45:59 (GMT) |
---|---|---|
committer | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2017-10-11 16:45:59 (GMT) |
commit | 154603c3802e6d424856a7bd229d649efbc3d03d (patch) | |
tree | 1217a05caa3a54bb064bf3d1c7d110593d4390b6 | |
parent | 1015db41f9a752b3f5d4fbee2aa782dc15c02e4a (diff) | |
parent | 0764a9aa27b6a06062f93c0e5928db211c3fecb3 (diff) | |
download | hdf5-154603c3802e6d424856a7bd229d649efbc3d03d.zip hdf5-154603c3802e6d424856a7bd229d649efbc3d03d.tar.gz hdf5-154603c3802e6d424856a7bd229d649efbc3d03d.tar.bz2 |
Merge pull request #701 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:develop to develop
* commit '0764a9aa27b6a06062f93c0e5928db211c3fecb3':
fixed missing prototype warning
-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; |