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/th5o.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/th5o.c')
-rw-r--r-- | test/th5o.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/th5o.c b/test/th5o.c index 082e8ae..3be5d12 100644 --- a/test/th5o.c +++ b/test/th5o.c @@ -776,7 +776,7 @@ test_h5o_link(void) hid_t lcpl_id=-1; hsize_t dims[2] = {TEST6_DIM1, TEST6_DIM2}; htri_t committed; /* Whether the named datatype is committed */ - hbool_t new_format; /* Whether to use the new format or not */ + unsigned new_format; /* Whether to use the new format or not */ int wdata[TEST6_DIM1][TEST6_DIM2]; int rdata[TEST6_DIM1][TEST6_DIM2]; int i, n, j; |