1
1

btl/ugni: silence common symbol squawk

Signed-off-by: Howard Pritchard <howardp@lanl.gov>
Этот коммит содержится в:
Howard Pritchard 2015-05-16 10:23:06 -05:00
родитель 00dafb39f6
Коммит d9f080b0c7

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

@ -23,7 +23,7 @@ static pthread_t mca_btl_ugni_progress_thread_id;
static volatile int stop_progress_thread = 0;
unsigned int mca_btl_ugni_progress_thread_wakeups;
unsigned int mca_btl_ugni_progress_thread_wakeups = 0;
static void *mca_btl_ugni_prog_thread_fn(void * data)
{