summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorH. Joe Lee <hyoklee@hdfgroup.org>2021-10-08 02:59:32 (GMT)
committerGitHub <noreply@github.com>2021-10-08 02:59:32 (GMT)
commit780dc11e6eb23d58b9418c46d829372e89ee0237 (patch)
tree0c9e74e1b4e7b986e46a3f3b11ef338218497e28
parent0f3ed99d85364411945cd978acfe9ce22c5de8d6 (diff)
downloadhdf5-780dc11e6eb23d58b9418c46d829372e89ee0237.zip
hdf5-780dc11e6eb23d58b9418c46d829372e89ee0237.tar.gz
hdf5-780dc11e6eb23d58b9418c46d829372e89ee0237.tar.bz2
OESS-168: Remove clang warnings. (#1077)
-rw-r--r--test/tunicode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tunicode.c b/test/tunicode.c
index 1b696ac..7d4dba6 100644
--- a/test/tunicode.c
+++ b/test/tunicode.c
@@ -34,7 +34,7 @@
#define RANK 1
#define COMP_INT_VAL 7
#define COMP_FLOAT_VAL (-42.0F)
-#define COMP_DOUBLE_VAL 42.0F
+#define COMP_DOUBLE_VAL 42.0
/* Test function prototypes */
void test_fl_string(hid_t fid, const char *string);