Skip to content
This repository was archived by the owner on Sep 30, 2022. It is now read-only.

Commit cadb089

Browse files
Ralph Castainhppritcha
authored andcommitted
Initialize variable to make clang happy
1 parent 60d5125 commit cadb089

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

orte/mca/rtc/hwloc/rtc_hwloc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ static void set(orte_job_t *jobdat,
6666
hwloc_obj_t root;
6767
opal_hwloc_topo_data_t *sum;
6868
orte_app_context_t *context;
69-
int rc;
69+
int rc=ORTE_ERROR;
7070
char *msg, *param;
7171
char *cpu_bitmap;
7272

0 commit comments

Comments
 (0)