Skip to content

Commit 9ba5034

Browse files
authored
Merge pull request #12980 from hppritcha/suppress_compiler_warning
comm: suppress compiler warning
2 parents a75d285 + 9d3d37b commit 9ba5034

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ompi/communicator/comm_cid.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ static int ompi_comm_ext_cid_new_block (ompi_communicator_t *newcomm, ompi_commu
317317
char *tag = NULL;
318318
size_t proc_count = 0, rproc_count = 0, tproc_count = 0, cid_base = 0UL, ninfo;
319319
int rc, leader_rank;
320-
pmix_proc_t *procs;
320+
pmix_proc_t *procs = NULL;
321321
void *grpinfo = NULL, *list = NULL;
322322
pmix_data_array_t darray;
323323

0 commit comments

Comments
 (0)