From: Augustin Degomme Date: Fri, 17 Nov 2023 00:31:54 +0000 (+0100) Subject: fix warning in mpich new test X-Git-Tag: v3.35~29 X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/2efc24c8ea63006b62566a711b5c7cf080abd4fd fix warning in mpich new test --- diff --git a/teshsuite/smpi/mpich3-test/pt2pt/inactivereq.c b/teshsuite/smpi/mpich3-test/pt2pt/inactivereq.c index 11084140b4..ea7099cc3e 100644 --- a/teshsuite/smpi/mpich3-test/pt2pt/inactivereq.c +++ b/teshsuite/smpi/mpich3-test/pt2pt/inactivereq.c @@ -40,6 +40,7 @@ int StatusEmpty(MPI_Status * s) return errs ? 0 : 1; } +int test_recv_init(int src_rank, const char *test_name); int test_recv_init(int src_rank, const char *test_name) { MPI_Request r;