Skip to content

Commit b4ac305

Browse files
author
Sergey Oblomov
committed
MCA/COMMON/UCX: suppressed compilation warnings
- suppressed compilation warnings Signed-off-by: Sergey Oblomov <sergeyo@nvidia.com>
1 parent de4fe77 commit b4ac305

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

opal/mca/common/ucx/common_ucx_wpool.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -521,8 +521,6 @@ static int _comm_ucx_wpmem_map(opal_common_ucx_wpool_t *wpool, void **base, size
521521

522522
void opal_common_ucx_wpmem_free(opal_common_ucx_wpmem_t *mem)
523523
{
524-
_mem_record_t *mem_rec = NULL, *next;
525-
526524
if (NULL == mem) {
527525
return;
528526
}
@@ -626,7 +624,7 @@ static int _tlocal_ctx_connect(_ctx_record_t *ctx_rec, int target)
626624
opal_common_ucx_winfo_t *winfo = ctx_rec->winfo;
627625
opal_common_ucx_ctx_t *gctx = ctx_rec->gctx;
628626
ucs_status_t status;
629-
int displ, progress = 1;
627+
int displ;
630628

631629
memset(&ep_params, 0, sizeof(ucp_ep_params_t));
632630
ep_params.field_mask = UCP_EP_PARAM_FIELD_REMOTE_ADDRESS;

0 commit comments

Comments
 (0)