Commit 67ccb23
committed
Make _ucount int instead of size_t in mpi_image_info
The struct stores offsets in a struct so there is no reason why this should be
size_t. The compiler warns about a comparison `<0` for size_t in `ompi_field_offset`.
Signed-off-by: Joseph Schuchart <[email protected]>1 parent 2fbeaa7 commit 67ccb23
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
247 | 247 | | |
248 | 248 | | |
249 | 249 | | |
250 | | - | |
| 250 | + | |
251 | 251 | | |
252 | 252 | | |
253 | 253 | | |
| |||
0 commit comments