Cleanup warning
This commit was SVN r29031.
Этот коммит содержится в:
родитель
33beab5918
Коммит
7947cec8fa
@ -241,7 +241,7 @@ static int info_register_framework (mca_base_framework_t *framework, opal_pointe
|
|||||||
int opal_info_register_project_frameworks (const char *project_name, mca_base_framework_t **frameworks,
|
int opal_info_register_project_frameworks (const char *project_name, mca_base_framework_t **frameworks,
|
||||||
opal_pointer_array_t *component_map)
|
opal_pointer_array_t *component_map)
|
||||||
{
|
{
|
||||||
int i, rc;
|
int i, rc=OPAL_SUCCESS;
|
||||||
|
|
||||||
for (i=0; NULL != frameworks[i]; i++) {
|
for (i=0; NULL != frameworks[i]; i++) {
|
||||||
if (OPAL_SUCCESS != (rc = info_register_framework(frameworks[i], component_map))) {
|
if (OPAL_SUCCESS != (rc = info_register_framework(frameworks[i], component_map))) {
|
||||||
|
Загрузка…
Ссылка в новой задаче
Block a user