OESS-168: Remove clang warnings. (#1297)

This commit is contained in:
H. Joe Lee 2021-12-15 16:21:15 -06:00 committed by GitHub
parent 10450e0491
commit 69251f58aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5220,7 +5220,7 @@ H5D__chunk_prune_fill(H5D_chunk_it_ud1_t *udata, hbool_t new_unfilt_chunk)
/* The number of bytes accessed in the chunk */
/* (i.e. the bytes replaced with fill values) */
H5_CHECK_OVERFLOW(sel_nelmts, hssize_t, uint32_t);
H5_CHECK_OVERFLOW(sel_nelmts, hsize_t, uint32_t);
bytes_accessed = (uint32_t)sel_nelmts * layout->u.chunk.dim[rank];
/* Release lock on chunk */