From: degomme Date: Wed, 27 Apr 2016 09:13:44 +0000 (+0200) Subject: silence stupid warning X-Git-Tag: v3_13~16 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/514337d79991b84d2af373b428361cfd7006af8a silence stupid warning --- diff --git a/src/smpi/colls/allgatherv-ompi-bruck.c b/src/smpi/colls/allgatherv-ompi-bruck.c index c9491fafe9..3ea3c011d6 100644 --- a/src/smpi/colls/allgatherv-ompi-bruck.c +++ b/src/smpi/colls/allgatherv-ompi-bruck.c @@ -89,7 +89,7 @@ int smpi_coll_tuned_allgatherv_ompi_bruck(void *sbuf, int scount, int *new_scounts = NULL, *new_sdispls = NULL; ptrdiff_t slb, rlb, sext, rext; char *tmpsend = NULL, *tmprecv = NULL; - MPI_Datatype new_rdtype, new_sdtype; + MPI_Datatype new_rdtype = MPI_DATATYPE_NULL, new_sdtype = MPI_DATATYPE_NULL; size = smpi_comm_size(comm); rank = smpi_comm_rank(comm);