X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c2ccd67b2a2e9d6870112bc79dcb74b7de40351b..7aa517d7048f2813ede37369d12ff11e1ebefa92:/src/simix/smx_network.c diff --git a/src/simix/smx_network.c b/src/simix/smx_network.c index d4290260d6..6eff1fa5cd 100644 --- a/src/simix/smx_network.c +++ b/src/simix/smx_network.c @@ -554,7 +554,7 @@ XBT_INLINE void SIMIX_comm_start(smx_action_t action) */ void SIMIX_comm_finish(smx_action_t action) { - unsigned int destroy_count = 0; + volatile unsigned int destroy_count = 0; smx_req_t req; while ((req = xbt_fifo_shift(action->request_list))) {