No need to cast as the returned value is already in the
expected type. This commit was SVN r11458.
Этот коммит содержится в:
родитель
36be7bf204
Коммит
693c835137
@ -753,7 +753,7 @@ int orte_ras_base_node_segment_empty(bool *empty)
|
||||
return ret;
|
||||
}
|
||||
|
||||
*empty = opal_list_is_empty(&nodes) ? true : false;
|
||||
*empty = opal_list_is_empty(&nodes);
|
||||
|
||||
/* Free the list */
|
||||
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user