From 0048f1772bbbe60af448267264b81aa88fb675c2 Mon Sep 17 00:00:00 2001 From: Augustin Degomme Date: Tue, 24 Sep 2019 17:41:53 +0200 Subject: [PATCH] warning -- --- teshsuite/smpi/mpich3-test/pt2pt/bsendpending.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teshsuite/smpi/mpich3-test/pt2pt/bsendpending.c b/teshsuite/smpi/mpich3-test/pt2pt/bsendpending.c index 675b0d0265..bf89ff1b77 100644 --- a/teshsuite/smpi/mpich3-test/pt2pt/bsendpending.c +++ b/teshsuite/smpi/mpich3-test/pt2pt/bsendpending.c @@ -86,7 +86,7 @@ int main(int argc, char *argv[]) free(buf); } else if (rank == dest) { - double tstart; +/* double tstart;*/ /* Clear the message buffers */ for (i = 0; i < msgsize; i++) { -- 2.20.1