diff options
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 */ |