Skip to content

Commit

Permalink
Silence warnings due to mixed signs with OMPI_COUNT_ARRAY_INIT
Browse files Browse the repository at this point in the history
Signed-off-by: Jake Tronge <[email protected]>
  • Loading branch information
jtronge committed Oct 18, 2024
1 parent 563953d commit 3706021
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ompi/util/count_disp_array.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ static inline void ompi_count_array_init_c(ompi_count_array_t *array, const size
const int *: ompi_count_array_init, \
size_t *: ompi_count_array_init_c, \
const size_t *: ompi_count_array_init_c, \
const MPI_Count *: ompi_count_array_init_c)(array, data)
const MPI_Count *: ompi_count_array_init_c)(array, (const void *) data)
#else
#define OMPI_COUNT_ARRAY_INIT(array, data) \
do { \
Expand Down

0 comments on commit 3706021

Please sign in to comment.