From cf720a7646091413c4e7dd81ee640c1d93bd1fcc Mon Sep 17 00:00:00 2001 From: mquinson Date: Tue, 23 Mar 2010 21:48:56 +0000 Subject: [PATCH] try to get it compiling with paranoid gcc flags git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7337 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- examples/smpi/allreduce.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/smpi/allreduce.c b/examples/smpi/allreduce.c index f8ecf7b607..eddb7252c4 100644 --- a/examples/smpi/allreduce.c +++ b/examples/smpi/allreduce.c @@ -24,7 +24,7 @@ * ENHANCEMENTS, OR MODIFICATIONS. * *************************************************************************** **/ -int ibm_test(int rank, int size) +static int ibm_test(int rank, int size) { int success = 1; #define MAXLEN 10000 -- 2.20.1