diff options
author | Dana Robinson <43805+derobins@users.noreply.github.com> | 2023-10-16 17:19:15 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-16 17:19:15 (GMT) |
commit | ccb1a917b6e68bc51a6a4e3d6783edfa056b01bf (patch) | |
tree | b3a7533bf2f44a30fbf51faafba414e22f6c1cbc /src/H5RS.c | |
parent | e158217012646896a9da73d2884dce34c70d2996 (diff) | |
download | hdf5-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/H5RS.c')
0 files changed, 0 insertions, 0 deletions