1
1

Remove a compiler warning that would never happen in practice.

This commit was SVN r18584.
Этот коммит содержится в:
Jeff Squyres 2008-06-04 19:03:02 +00:00
родитель 78f14b5255
Коммит bc584dedd6

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

@ -175,7 +175,7 @@ out1:
int mca_btl_openib_build_rdma_addr_list(void) int mca_btl_openib_build_rdma_addr_list(void)
{ {
int rc, i; int rc = OMPI_SUCCESS, i;
OBJ_CONSTRUCT(&myaddrs, opal_list_t); OBJ_CONSTRUCT(&myaddrs, opal_list_t);