One less compilation warning.
This commit was SVN r6561.
Этот коммит содержится в:
родитель
3b52a31e1f
Коммит
404d9ea990
@ -33,7 +33,7 @@ int mca_pml_ob1_isend_init(void *buf,
|
||||
{
|
||||
int rc;
|
||||
|
||||
mca_pml_ob1_send_request_t *sendreq;
|
||||
mca_pml_ob1_send_request_t *sendreq = NULL;
|
||||
MCA_PML_OB1_SEND_REQUEST_ALLOC(comm, dst, sendreq, rc);
|
||||
if (rc != OMPI_SUCCESS)
|
||||
return rc;
|
||||
@ -60,7 +60,7 @@ int mca_pml_ob1_isend(void *buf,
|
||||
ompi_request_t ** request)
|
||||
{
|
||||
int rc;
|
||||
mca_pml_ob1_send_request_t *sendreq;
|
||||
mca_pml_ob1_send_request_t *sendreq = NULL;
|
||||
MCA_PML_OB1_SEND_REQUEST_ALLOC(comm, dst, sendreq, rc);
|
||||
if (rc != OMPI_SUCCESS)
|
||||
return rc;
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user