X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/58ea59660df7ff5af144848bd7e5bc7d8b66bf37..7d18220729378bc55a4b8ccc298d80e03263f3f0:/teshsuite/smpi/mpich3-test/datatype/simple-pack.c diff --git a/teshsuite/smpi/mpich3-test/datatype/simple-pack.c b/teshsuite/smpi/mpich3-test/datatype/simple-pack.c index d2119cdfb4..6e7b244ca0 100644 --- a/teshsuite/smpi/mpich3-test/datatype/simple-pack.c +++ b/teshsuite/smpi/mpich3-test/datatype/simple-pack.c @@ -69,9 +69,9 @@ int builtin_float_test(void) { int nints, nadds, ntypes, combiner; - int err, errs = 0; + int /* err, */ errs = 0; - err = MPI_Type_get_envelope(MPI_FLOAT, + /* err = */ MPI_Type_get_envelope(MPI_FLOAT, &nints, &nadds, &ntypes, @@ -217,7 +217,7 @@ int optimizable_vector_of_basics_test(void) char *buf; int i, sizeofint, sizeoftype, position; - int err, errs = 0; + int /* err, */ errs = 0; MPI_Type_size(MPI_INT, &sizeofint); @@ -228,7 +228,7 @@ int optimizable_vector_of_basics_test(void) } /* set up type */ - err = MPI_Type_vector(10, + /* err = */ MPI_Type_vector(10, 2, 2, MPI_INT, @@ -247,7 +247,7 @@ int optimizable_vector_of_basics_test(void) buf = (char *) malloc(sizeoftype); position = 0; - err = MPI_Pack(array, + /* err = */ MPI_Pack(array, 1, parent_type, buf, @@ -263,7 +263,7 @@ int optimizable_vector_of_basics_test(void) memset(array, 0, 20 * sizeof(int)); position = 0; - err = MPI_Unpack(buf, + /* err = */ MPI_Unpack(buf, sizeoftype, &position, array,