From cc4cac9d6c07c27e97f8db5b1fdacfd82201296f Mon Sep 17 00:00:00 2001 From: degomme Date: Sun, 12 Feb 2017 03:01:28 +0100 Subject: [PATCH] warning -- --- teshsuite/smpi/mpich3-test/pt2pt/dtype_send.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.20.1