diff options
author | Allen Byrne <50328838+byrnHDF@users.noreply.github.com> | 2022-10-03 18:31:32 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-03 18:31:32 (GMT) |
commit | c114bd64b0662a010b0a9c502b921adfab00f1e6 (patch) | |
tree | 9bfe24cf7fa1618398e2a7e053483ff0c8043e51 /test | |
parent | 1fb83da21531da8e531234fa6ab810b7a90d7ee9 (diff) | |
download | hdf5-c114bd64b0662a010b0a9c502b921adfab00f1e6.zip hdf5-c114bd64b0662a010b0a9c502b921adfab00f1e6.tar.gz hdf5-c114bd64b0662a010b0a9c502b921adfab00f1e6.tar.bz2 |
Fix mostly java warnings, and cpp cast (#2134)
Diffstat (limited to 'test')
-rw-r--r-- | test/tmisc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tmisc.c b/test/tmisc.c index c8da98c..429b275 100644 --- a/test/tmisc.c +++ b/test/tmisc.c @@ -3978,7 +3978,7 @@ test_misc22(void) if ((prec[j] + offsets[k]) > (H5Tget_size(idts[i]) * 8)) continue; - MESSAGE(5, (" Testing datatypes size=%d precision=%u offset=%d\n", H5Tget_size(idts[i]), + MESSAGE(5, (" Testing datatypes size=%zu precision=%u offset=%d\n", H5Tget_size(idts[i]), (unsigned)prec[j], (unsigned)offsets[k])); /* Create the DCPL */ |