Skip to content

Commit 2f479d1

Browse files
authored
Merge pull request #6054 from thananon/ofi_fix_warnings
btl/ofi: fixed compiler warning on OSX.
2 parents 7b82fb8 + d9bd54c commit 2f479d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opal/mca/btl/ofi/btl_ofi_frag.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ int mca_btl_ofi_send (mca_btl_base_module_t *btl,
132132
return OPAL_SUCCESS;
133133
}
134134

135-
inline int mca_btl_ofi_recv_frag (mca_btl_ofi_module_t *ofi_btl,
135+
int mca_btl_ofi_recv_frag (mca_btl_ofi_module_t *ofi_btl,
136136
mca_btl_base_endpoint_t *endpoint,
137137
mca_btl_ofi_context_t *context,
138138
mca_btl_ofi_base_frag_t *frag)

0 commit comments

Comments
 (0)