From 9f28258b3f29184df0af90e09f809b5a9559bc21 Mon Sep 17 00:00:00 2001 From: Brian Barrett Date: Thu, 3 Aug 2006 14:42:05 +0000 Subject: [PATCH] * squelch stupid compiler warning This commit was SVN r11111. --- ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c b/ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c index c616e84580..71a005dd4a 100644 --- a/ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c +++ b/ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c @@ -778,7 +778,7 @@ ompi_osc_pt2pt_control_send(ompi_osc_pt2pt_module_t *module, opal_free_list_item_t *item; ompi_osc_pt2pt_buffer_t *buffer = NULL; ompi_osc_pt2pt_control_header_t *header = NULL; - int rank, i; + int rank = -1, i; /* find the rank */ for (i = 0 ; i < module->p2p_comm->c_remote_group->grp_proc_count ; ++i) {