Skip to content

Commit 032bcf9

Browse files
committed
osc/rdma: fix compile warning
Signed-off-by: Nathan Hjelm <[email protected]>
1 parent 07d8452 commit 032bcf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ompi/mca/osc/rdma/osc_rdma.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@ static inline void ompi_osc_rdma_aggregation_return (ompi_osc_rdma_aggregation_t
514514

515515

516516
__opal_attribute_always_inline__
517-
static bool ompi_osc_rdma_oor (int rc)
517+
static inline bool ompi_osc_rdma_oor (int rc)
518518
{
519519
/* check for OPAL_SUCCESS first to short-circuit the statement in the common case */
520520
return (OPAL_SUCCESS != rc && (OPAL_ERR_OUT_OF_RESOURCE == rc || OPAL_ERR_TEMP_OUT_OF_RESOURCE == rc));

0 commit comments

Comments
 (0)