From: degomme Date: Fri, 5 Feb 2016 15:02:50 +0000 (+0100) Subject: put back some fix for a warning X-Git-Tag: v3_13~973^2~1 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/f06042dba147e46cb590701eb32e56b287becce8 put back some fix for a warning --- diff --git a/teshsuite/smpi/mpich3-test/coll/allgatherv4.c b/teshsuite/smpi/mpich3-test/coll/allgatherv4.c index d14e974eea..39ad8560ee 100644 --- a/teshsuite/smpi/mpich3-test/coll/allgatherv4.c +++ b/teshsuite/smpi/mpich3-test/coll/allgatherv4.c @@ -108,7 +108,8 @@ int main(int argc, char **argv) void comm_tests(MPI_Comm comm) { int comm_size, comm_rank; - double rtime, max_time; + double rtime = rtime; /* stop warning about unused variable */ + double max_time; long long msg_size; MPI_Comm_size(comm, &comm_size); MPI_Comm_rank(comm, &comm_rank);