No more signess warnings ...
This commit was SVN r3220.
Этот коммит содержится в:
родитель
0b2b7cd2c7
Коммит
faef97cf25
@ -16,8 +16,8 @@ int ompi_request_wait_any(
|
|||||||
#if OMPI_HAVE_THREADS
|
#if OMPI_HAVE_THREADS
|
||||||
int c;
|
int c;
|
||||||
#endif
|
#endif
|
||||||
int i, rc, null_requests;
|
unsigned int i, null_requests;
|
||||||
int completed = -1;
|
int rc, completed = -1;
|
||||||
ompi_request_t **rptr;
|
ompi_request_t **rptr;
|
||||||
ompi_request_t *request;
|
ompi_request_t *request;
|
||||||
|
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user