diff options
author | H. Joe Lee <hyoklee@hdfgroup.org> | 2021-10-08 02:59:32 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-08 02:59:32 (GMT) |
commit | 780dc11e6eb23d58b9418c46d829372e89ee0237 (patch) | |
tree | 0c9e74e1b4e7b986e46a3f3b11ef338218497e28 /test/tunicode.c | |
parent | 0f3ed99d85364411945cd978acfe9ce22c5de8d6 (diff) | |
download | hdf5-780dc11e6eb23d58b9418c46d829372e89ee0237.zip hdf5-780dc11e6eb23d58b9418c46d829372e89ee0237.tar.gz hdf5-780dc11e6eb23d58b9418c46d829372e89ee0237.tar.bz2 |
OESS-168: Remove clang warnings. (#1077)
Diffstat (limited to 'test/tunicode.c')
-rw-r--r-- | test/tunicode.c | 2 |
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); |