X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/89a96073defb22d35c70b62f2f564595306da7c3..989e6ab3dcbeca0e48c487a2f3958db5e28288a4:/src/smpi/smpi_mpi_dt.c diff --git a/src/smpi/smpi_mpi_dt.c b/src/smpi/smpi_mpi_dt.c index 35707fa93f..885e6db259 100644 --- a/src/smpi/smpi_mpi_dt.c +++ b/src/smpi/smpi_mpi_dt.c @@ -153,7 +153,7 @@ int smpi_datatype_extent(MPI_Datatype datatype, MPI_Aint * lb, return retval; } -MPI_Aint smpi_datatype_get_extent(MPI_Datatype datatype){ +static MPI_Aint smpi_datatype_get_extent(MPI_Datatype datatype){ MPI_Aint lb; MPI_Aint extent; smpi_datatype_extent(datatype, &lb, &extent);