From: degomme Date: Sun, 12 Feb 2017 02:01:28 +0000 (+0100) Subject: warning -- X-Git-Tag: v3_15~420 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/cc4cac9d6c07c27e97f8db5b1fdacfd82201296f warning -- --- diff --git a/teshsuite/smpi/mpich3-test/pt2pt/dtype_send.c b/teshsuite/smpi/mpich3-test/pt2pt/dtype_send.c index a089bd67b7..a218e8c8a5 100644 --- a/teshsuite/smpi/mpich3-test/pt2pt/dtype_send.c +++ b/teshsuite/smpi/mpich3-test/pt2pt/dtype_send.c @@ -13,7 +13,7 @@ int main(int argc, char **argv) { int i, rank, size; - MPI_Request *req; + MPI_Request *req=NULL; MPI_Datatype newtype; int snd_buf[3], rcv_buf[3]; int count = 2;