diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2015-10-26 08:10:12 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2015-10-26 08:10:12 (GMT) |
commit | 51b29b6ab448895810d2c8a5fd396e37cd89a388 (patch) | |
tree | ed5005c1e8276bfef5c8a746860dd9f1856ae6a0 /test/titerate.c | |
parent | 8a1ca95768c7f4017372419432d370468421a617 (diff) | |
download | hdf5-51b29b6ab448895810d2c8a5fd396e37cd89a388.zip hdf5-51b29b6ab448895810d2c8a5fd396e37cd89a388.tar.gz hdf5-51b29b6ab448895810d2c8a5fd396e37cd89a388.tar.bz2 |
[svn-r28218] Merge of r28138, 28196, and 28204 from trunk.
hbool_t changes
Tested on: Ubuntu 15.04 (Linux 3.19 x86_64) gcc 4.9.2
serial w/ Fortran and C++
parallel (MPICH 3.1.4) w/ Fortran
Diffstat (limited to 'test/titerate.c')
-rw-r--r-- | test/titerate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/titerate.c b/test/titerate.c index 98428ea..20a3940 100644 --- a/test/titerate.c +++ b/test/titerate.c @@ -919,7 +919,7 @@ void test_iterate(void) { hid_t fapl, fapl2; /* File access property lists */ - hbool_t new_format; /* Whether to use the new format or not */ + unsigned new_format; /* Whether to use the new format or not */ herr_t ret; /* Generic return value */ /* Output message about test being performed */ |