summaryrefslogtreecommitdiffstats
path: root/hl/test/test_ds.c
diff options
context:
space:
mode:
authorH. Joe Lee <hyoklee@hdfgroup.org>2021-07-26 20:18:15 (GMT)
committerGitHub <noreply@github.com>2021-07-26 20:18:15 (GMT)
commitf3441d54866d0736468b2697bbbee3ec81a83a5b (patch)
tree04975ea24b8547480b7a8c111a8f2df1550b0948 /hl/test/test_ds.c
parent725da3768b6537d0cfae59f6b220396ea9fa042d (diff)
downloadhdf5-f3441d54866d0736468b2697bbbee3ec81a83a5b.zip
hdf5-f3441d54866d0736468b2697bbbee3ec81a83a5b.tar.gz
hdf5-f3441d54866d0736468b2697bbbee3ec81a83a5b.tar.bz2
OESS-168:Remove clang warnings. (#835)
* OESS-168:Remove implicit conversion increases floating-point precision warnings. * OESS-168:Remove clang warnings. * OESS-168:Remove clang warnings. * Committing clang-format changes * OESS-168:Remove clang warnings. * Committing clang-format changes * OESS-168:Remove clang warning. * OESS-168:Remove clang warnings. * OESS-168:Address @byrnHDF review. * Remove line added to generated hl/src/H5LTanalyze.c file. Issue #854 created for creating a fix. * Remove extra whitespace from H5LTanalyze.c. * Remove extra blank line. Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Larry Knox <lrknox@hdfgroup.org>
Diffstat (limited to 'hl/test/test_ds.c')
-rw-r--r--hl/test/test_ds.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/hl/test/test_ds.c b/hl/test/test_ds.c
index 8c6ef91..964e13f 100644
--- a/hl/test/test_ds.c
+++ b/hl/test/test_ds.c
@@ -5210,6 +5210,8 @@ test_attach_detach(void)
HL_TESTING2("permutations of attaching and detaching");
+ gid = var1_id = var2_id = var3_id = H5I_INVALID_HID;
+
if ((fid = H5Fcreate(FILE8, H5F_ACC_TRUNC, H5P_DEFAULT, H5P_DEFAULT)) < 0)
goto out;