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 98e4aec..bfd18df 100644 --- a/test/h5test.c +++ b/test/h5test.c @@ -378,7 +378,7 @@ h5_fileaccess(void) if ((val = strtok(NULL, " \t\n\r"))) verbosity = strtol(val, NULL, 0); - if (H5Pset_fapl_log(fapl, NULL, verbosity) < 0) + if (H5Pset_fapl_log(fapl, NULL, (int)verbosity) < 0) return -1; } else { /* Unknown driver */ |