Skip to content

Commit cbbdce0

Browse files
committed
pmix/pmix114: silence a warning
1 parent ed3fd17 commit cbbdce0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opal/mca/pmix/pmix114/pmix1_server_south.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ int pmix1_server_register_nspace(opal_jobid_t jobid,
219219
pmapinfo = (opal_list_t*)kv->data.ptr;
220220
szmap = opal_list_get_size(pmapinfo);
221221
PMIX_INFO_CREATE(pmap, szmap);
222-
pinfo[n].value.data.array.array = (struct pmix_info *)pmap;
222+
pinfo[n].value.data.array.array = (struct pmix_info_t *)pmap;
223223
pinfo[n].value.data.array.size = szmap;
224224
m = 0;
225225
OPAL_LIST_FOREACH(k2, pmapinfo, opal_value_t) {

0 commit comments

Comments
 (0)