Quite warning about uninitialized variable
This commit was SVN r18033.
Этот коммит содержится в:
родитель
1889bbd119
Коммит
ce96cb4800
@ -418,7 +418,7 @@ static int pretty_print_nodes(orte_node_t **nodes, orte_std_cntr_t num_nodes) {
|
|||||||
len_slots_m = 0;
|
len_slots_m = 0;
|
||||||
orte_node_t *node;
|
orte_node_t *node;
|
||||||
orte_std_cntr_t i;
|
orte_std_cntr_t i;
|
||||||
char *nid;
|
char *nid=NULL;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Caculate segment lengths
|
* Caculate segment lengths
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user