1
1

Silence compiler warning when --disable-orte-static-ports

This commit was SVN r29783.
Этот коммит содержится в:
Ralph Castain 2013-12-03 01:53:31 +00:00
родитель a12cb00069
Коммит fb59b6b875

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

@ -195,7 +195,9 @@ static int tcp_component_close(void)
return ORTE_SUCCESS;
}
#if ORTE_ENABLE_STATIC_PORTS
static char *static_port_string;
#endif
static char *dyn_port_string;
static int tcp_component_register(void)