Skip to content

Commit 05ffb2d

Browse files
naughtont3rhc54
authored andcommitted
avoid warn-as-error for variable init
Signed-off-by: Thomas Naughton <naughtont@ornl.gov>
1 parent ab5dab7 commit 05ffb2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/pmix_query.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ void pmix_parse_localquery(int sd, short args, void *cbdata)
366366
pmix_query_caddy_t *cd = (pmix_query_caddy_t *) cbdata;
367367
pmix_query_t *queries = cd->queries;
368368
size_t nqueries = cd->nqueries;
369-
pmix_status_t rc;
369+
pmix_status_t rc = PMIX_SUCCESS;
370370
pmix_cb_t cb;
371371
size_t n, p;
372372
pmix_list_t results;

0 commit comments

Comments
 (0)