diff options
author | kmu <kmu@hdfgroup.org> | 2019-12-09 15:18:56 (GMT) |
---|---|---|
committer | kmu <kmu@hdfgroup.org> | 2019-12-09 15:18:56 (GMT) |
commit | 8b51394f3841012f3c06bf380082a83f66a68168 (patch) | |
tree | cfb41461a5f1f9bc14e8f3118ce541e1997aa485 /tools/test/h5repack | |
parent | 189935ff260cae6fb4e061fa68bd7b93e219c635 (diff) | |
parent | 1f871e23b7c3fdec925004f2cd39d3a2cdd8decb (diff) | |
download | hdf5-8b51394f3841012f3c06bf380082a83f66a68168.zip hdf5-8b51394f3841012f3c06bf380082a83f66a68168.tar.gz hdf5-8b51394f3841012f3c06bf380082a83f66a68168.tar.bz2 |
Merge branch 'develop' into bugfix/intel_warnings
Diffstat (limited to 'tools/test/h5repack')
-rw-r--r-- | tools/test/h5repack/h5repackgentest.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/test/h5repack/h5repackgentest.c b/tools/test/h5repack/h5repackgentest.c index 80f1518..c2398b6 100644 --- a/tools/test/h5repack/h5repackgentest.c +++ b/tools/test/h5repack/h5repackgentest.c @@ -314,6 +314,7 @@ generate_f32le(hbool_t external) { int main(void) { int i = 0; + int ret_value = 0; for (i = 0; i < 2; i++) { hbool_t external = (i & 1) ? TRUE : FALSE; |