X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a330376adb8f3387db39ea0e764dabd61494221e..2d7baec90276027a7065b6bc516cb5364aa6e061:/include/smpi/mpi.h diff --git a/include/smpi/mpi.h b/include/smpi/mpi.h index ebca3121a0..b2c6e2b24e 100644 --- a/include/smpi/mpi.h +++ b/include/smpi/mpi.h @@ -19,7 +19,7 @@ #if SIMGRID_HAVE_MC #undef assert -#define assert(x) MC_assert(x) +#define assert(x) MC_assert((int)(x)) #endif #ifdef TRACE_CALL_LOCATION /* Defined by smpicc on the command line */