Skip to content

Commit 9ce3c7f

Browse files
authored
Merge pull request #3057 from hjelmn/osc_rdma_atomic
osc/rdma: fix compile warning
2 parents 07d8452 + 032bcf9 commit 9ce3c7f

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)