diff options
Diffstat (limited to 'test/h5test.c')
-rw-r--r-- | test/h5test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/h5test.c b/test/h5test.c index da4c02f..7a1fad5 100644 --- a/test/h5test.c +++ b/test/h5test.c @@ -472,7 +472,7 @@ h5_fileaccess(void) if ((val = HDstrtok(NULL, " \t\n\r"))) log_flags = HDstrtol(val, NULL, 0); - if (H5Pset_fapl_log(fapl, NULL, log_flags, 0) < 0) + if (H5Pset_fapl_log(fapl, NULL, (unsigned)log_flags, 0) < 0) return -1; #endif /* H5_WANT_H5_V1_4_COMPAT */ } else { |