1
1

rcache/grdma: squash a compiler warning

tired of seeing this compiler warning

Signed-off-by: Howard Pritchard <howardp@lanl.gov>
Этот коммит содержится в:
Howard Pritchard 2018-01-29 11:50:01 -07:00
родитель f3fbc1172d
Коммит c3cac6731f

Просмотреть файл

@ -395,7 +395,7 @@ static int mca_rcache_grdma_deregister (mca_rcache_base_module_t *rcache,
{
mca_rcache_grdma_module_t *rcache_grdma = (mca_rcache_grdma_module_t *) rcache;
int32_t ref_count;
int rc;
int rc = OPAL_SUCCESS;
opal_mutex_lock (&rcache_grdma->cache->vma_module->vma_lock);
ref_count = opal_atomic_add_fetch_32 (&reg->ref_count, -1);