OESS-168: Remove clang warnings. (#1077)

This commit is contained in:
H. Joe Lee 2021-10-07 21:59:32 -05:00 committed by GitHub
parent 0f3ed99d85
commit 780dc11e6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);