rcache/grdma: squash a compiler warning
tired of seeing this compiler warning Signed-off-by: Howard Pritchard <howardp@lanl.gov>
Этот коммит содержится в:
родитель
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 (®->ref_count, -1);
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user