1
1

Clean up a compiler warning under bproc

This commit was SVN r13198.
Этот коммит содержится в:
Ralph Castain 2007-01-18 20:07:06 +00:00
родитель 1487e22ec8
Коммит b63d4ddfbf

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

@ -388,7 +388,9 @@ stdout_fifo_setup:
orte_iof.iof_publish(proc_name, ORTE_IOF_SOURCE,
ORTE_IOF_STDOUT, fd);
#if defined(HAVE_OPENPTY) && (OMPI_ENABLE_PTY_SUPPORT != 0)
stderr_fifo_setup:
#endif
free(fd_link_path);
fd_link_path = NULL;