From 7947cec8fa41e15395d6f56633c7d1d3ff5bfd23 Mon Sep 17 00:00:00 2001 From: Ralph Castain Date: Fri, 16 Aug 2013 21:13:40 +0000 Subject: [PATCH] Cleanup warning This commit was SVN r29031. --- opal/runtime/opal_info_support.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opal/runtime/opal_info_support.c b/opal/runtime/opal_info_support.c index c63572a5af..602ea221ae 100644 --- a/opal/runtime/opal_info_support.c +++ b/opal/runtime/opal_info_support.c @@ -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, opal_pointer_array_t *component_map) { - int i, rc; + int i, rc=OPAL_SUCCESS; for (i=0; NULL != frameworks[i]; i++) { if (OPAL_SUCCESS != (rc = info_register_framework(frameworks[i], component_map))) {