From: Marion Guthmuller Date: Mon, 25 Mar 2013 22:47:08 +0000 (+0100) Subject: model-checker : variable declaration deleted with a previous conflict X-Git-Tag: v3_9_90~412^2~90 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/2da1db1d3c70aa206051434d75d641882f00ecc8 model-checker : variable declaration deleted with a previous conflict --- diff --git a/src/mc/mc_dpor.c b/src/mc/mc_dpor.c index 3e1b700f18..565e389f0f 100644 --- a/src/mc/mc_dpor.c +++ b/src/mc/mc_dpor.c @@ -254,7 +254,7 @@ void MC_dpor(void) xbt_fifo_item_t item = NULL; int pos; int visited_state; - int max_depth_reached = 0; + int enabled = 0, max_depth_reached = 0; while (xbt_fifo_size(mc_stack_safety) > 0) {