1
1

Fix a couple of compile warnings that Tim P brought to by attention.

This commit was SVN r15132.
Этот коммит содержится в:
Josh Hursey 2007-06-19 00:46:16 +00:00
родитель 1feb5fb21a
Коммит 7fd1805e97
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -46,7 +46,7 @@
#include "bml_r2_ft.h"
int mca_bml_r2_ft_event(int state) {
ompi_proc_t** procs;
ompi_proc_t** procs = NULL;
size_t num_procs;
size_t btl_idx;
int ret, p;

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

@ -399,7 +399,7 @@ void mca_pml_ob1_error_handler(
int mca_pml_ob1_ft_event( int state )
{
ompi_proc_t** procs;
ompi_proc_t** procs = NULL;
size_t num_procs;
int ret, p;