summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2022-10-03 18:31:32 (GMT)
committerGitHub <noreply@github.com>2022-10-03 18:31:32 (GMT)
commitc114bd64b0662a010b0a9c502b921adfab00f1e6 (patch)
tree9bfe24cf7fa1618398e2a7e053483ff0c8043e51 /test
parent1fb83da21531da8e531234fa6ab810b7a90d7ee9 (diff)
downloadhdf5-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.c2
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 */