Skip to content

Commit 30cadc6

Browse files
authored
Merge pull request #48 from bosilca/upstream_pr1976
Silence warning
2 parents 930e137 + 40163ef commit 30cadc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/prted/pmix/pmix_server_queries.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -815,7 +815,7 @@ static void _query(int sd, short args, void *cbdata)
815815
}
816816
PMIX_LOAD_PROCID(&pproc, jobid, PMIX_RANK_WILDCARD);
817817
PMIX_INFO_LOAD(&info, PMIX_IMMEDIATE, NULL, PMIX_BOOL);
818-
ret = PMIx_Get(&pproc, PMIX_MEM_ALLOC_KIND, &info, 1, (void**)&value);
818+
ret = PMIx_Get(&pproc, PMIX_MEM_ALLOC_KIND, &info, 1, &value);
819819
if (PMIX_SUCCESS != ret) {
820820
goto done;
821821
}

0 commit comments

Comments
 (0)