X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5c9da7af52ab2646fc16faa39ca7c10a33020a54..6e5cfd7ff86900354c20502af95ee5f751492753:/src/simix/smx_deployment.c diff --git a/src/simix/smx_deployment.c b/src/simix/smx_deployment.c index 72e0c4c763..9ebd945cb2 100644 --- a/src/simix/smx_deployment.c +++ b/src/simix/smx_deployment.c @@ -104,7 +104,7 @@ static void parse_process_finalize(void) */ void SIMIX_launch_application(const char *file) { - int parse_status; + _XBT_GNUC_UNUSED int parse_status; xbt_assert(simix_global, "SIMIX_global_init has to be called before SIMIX_launch_application.");