* fix (incorrect) GCC warning about using ret uninitialized. Bloody compilers.
This commit was SVN r9353.
Этот коммит содержится в:
родитель
89a22615ce
Коммит
0750a8a118
@ -90,7 +90,7 @@ int
|
||||
ompi_osc_pt2pt_module_fence(int assert, ompi_win_t *win)
|
||||
{
|
||||
short incoming_reqs;
|
||||
int ret, i;
|
||||
int ret = OMPI_SUCCESS, i;
|
||||
|
||||
if (0 != (assert & MPI_MODE_NOPRECEDE)) {
|
||||
int num_pending;
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user