1
1

orte/util/nidmap.c: fix uninitialized variable

Squash compiler warning.

Signed-off-by: William Bailey <wbailey2@nd.edu>
Этот коммит содержится в:
William Bailey 2019-12-02 17:29:58 -05:00
родитель ff480706ca
Коммит f03e2f5e0c

Просмотреть файл

@ -1123,7 +1123,7 @@ int orte_util_decode_ppn(orte_job_t *jdata,
{
orte_std_cntr_t index;
orte_app_idx_t n;
int cnt, rc, m;
int cnt, rc=0, m;
opal_byte_object_t *boptr;
bool compressed;
uint8_t *bytes;