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/plugin.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/plugin.c')
-rw-r--r-- | test/plugin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/plugin.c b/test/plugin.c index e34c691..a3082d2 100644 --- a/test/plugin.c +++ b/test/plugin.c @@ -710,7 +710,7 @@ main(void) { char filename[FILENAME_BUF_SIZE]; hid_t file, fapl, fapl2; - hbool_t new_format; + unsigned new_format; int mdc_nelmts; size_t rdcc_nelmts; size_t rdcc_nbytes; |