Skip to content

Commit 014a6a5

Browse files
author
Ralph Castain
committed
Initialize variable to make clang happy
1 parent ea6a6ca commit 014a6a5

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)