diff options
author | David Young <dyoung@hdfgroup.org> | 2019-11-27 17:26:02 (GMT) |
---|---|---|
committer | David Young <dyoung@hdfgroup.org> | 2020-05-20 14:20:17 (GMT) |
commit | 77144641dfb63077623a7b7c3e30a30e4f1a3e10 (patch) | |
tree | 9f60d69e4795bbf17595dc5772f610b0a6fa8c8f /tools/test/h5repack | |
parent | e07ca4b4a537733deb8a0af491b60e6e62eb4f3f (diff) | |
download | hdf5-77144641dfb63077623a7b7c3e30a30e4f1a3e10.zip hdf5-77144641dfb63077623a7b7c3e30a30e4f1a3e10.tar.gz hdf5-77144641dfb63077623a7b7c3e30a30e4f1a3e10.tar.bz2 |
Revert "Make a squash commit of 'Quiet some warnings by adjusting warnings level and fixing some code.' (commit 5c911d8baf3)"
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 87ca31c..aaac285 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; |