1
1

Merge pull request #917 from hppritcha/topic/alps_warning_swat

oob/alps: swat compiler warning
Этот коммит содержится в:
Howard Pritchard 2015-09-21 16:17:30 -06:00
родитель 23c41a0320 8d7e759b85
Коммит ef6cf50687
2 изменённых файлов: 1 добавлений и 2 удалений

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

@ -56,7 +56,7 @@ static orte_vpid_t starting_vpid = 0;
static int rte_init(void)
{
int ret, i;
int ret;
char *error = NULL;
char **hosts = NULL;

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

@ -74,7 +74,6 @@
static int alps_component_open(void);
static int alps_component_close(void);
static int alps_component_register(void);
static int component_available(void);
static int component_startup(void);
static void component_shutdown(void);