orte/util/nidmap.c: fix uninitialized variable
Squash compiler warning. Signed-off-by: William Bailey <wbailey2@nd.edu>
Этот коммит содержится в:
родитель
ff480706ca
Коммит
f03e2f5e0c
@ -1123,7 +1123,7 @@ int orte_util_decode_ppn(orte_job_t *jdata,
|
|||||||
{
|
{
|
||||||
orte_std_cntr_t index;
|
orte_std_cntr_t index;
|
||||||
orte_app_idx_t n;
|
orte_app_idx_t n;
|
||||||
int cnt, rc, m;
|
int cnt, rc=0, m;
|
||||||
opal_byte_object_t *boptr;
|
opal_byte_object_t *boptr;
|
||||||
bool compressed;
|
bool compressed;
|
||||||
uint8_t *bytes;
|
uint8_t *bytes;
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user