1
1

Fix compiler warning in non-threaded case

This commit was SVN r4370.
Этот коммит содержится в:
Jeff Squyres 2005-02-10 03:36:15 +00:00
родитель 700806023d
Коммит d9060730fb

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

@ -308,9 +308,9 @@ mca_io_base_request_progress_del()
void
mca_io_base_request_progress_fini()
{
#if OMPI_HAVE_THREADS
void *ret;
#if OMPI_HAVE_THREADS
/* make the helper thread die */
thread_done = true;
if (thread_running) {