Skip to content

Commit 47c60bc

Browse files
committed
minor compiler complaint fix
Signed-off-by: Howard Pritchard <howardp@lanl.gov>
1 parent 50afcac commit 47c60bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ompi/mpi/c/ompi_sendrecv.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,4 +94,5 @@ int ompi_sendrecv(const void * sendbuf, size_t sendcount, MPI_Datatype sendtype,
9494
if( OPAL_UNLIKELY(MPI_SUCCESS != rcs && MPI_SUCCESS == rc) ) {
9595
rc = rcs;
9696
}
97+
return rc;
9798
}

0 commit comments

Comments
 (0)