Skip to content

Commit 5ce07a6

Browse files
authored
Merge pull request #3997 from hppritcha/topic/swat_compiler_warning
btl/ugni: swat compiler warning
2 parents d6048af + 12a5aac commit 5ce07a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opal/mca/btl/ugni/btl_ugni_get.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ int mca_btl_ugni_start_eager_get (mca_btl_base_endpoint_t *endpoint,
134134
{
135135
mca_btl_ugni_module_t *ugni_module = mca_btl_ugni_ep_btl (endpoint);
136136
size_t size;
137-
int rc;
137+
int rc = OPAL_SUCCESS;
138138

139139
BTL_VERBOSE(("starting eager get for remote ctx: %p", hdr.eager.ctx));
140140

0 commit comments

Comments
 (0)