From 780dc11e6eb23d58b9418c46d829372e89ee0237 Mon Sep 17 00:00:00 2001 From: "H. Joe Lee" Date: Thu, 7 Oct 2021 21:59:32 -0500 Subject: OESS-168: Remove clang warnings. (#1077) --- test/tunicode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v0.12