summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2023-10-16 17:19:15 (GMT)
committerGitHub <noreply@github.com>2023-10-16 17:19:15 (GMT)
commitccb1a917b6e68bc51a6a4e3d6783edfa056b01bf (patch)
treeb3a7533bf2f44a30fbf51faafba414e22f6c1cbc /src
parente158217012646896a9da73d2884dce34c70d2996 (diff)
downloadhdf5-ccb1a917b6e68bc51a6a4e3d6783edfa056b01bf.zip
hdf5-ccb1a917b6e68bc51a6a4e3d6783edfa056b01bf.tar.gz
hdf5-ccb1a917b6e68bc51a6a4e3d6783edfa056b01bf.tar.bz2
Fix printf warnings in t_mpi (#3679)
* Fix printf warnings in t_mpi The type of MPI_Offset varies with implementation. In MPICH, it's long, which raises warnings when we attempt to use long long format specifiers. Casting to long long fixes the warnings.
Diffstat (limited to 'src')
0 files changed, 0 insertions, 0 deletions