From: Christophe ThiƩry Date: Wed, 9 Nov 2011 20:41:07 +0000 (+0100) Subject: Yet another clobbered variable warning X-Git-Tag: exp_20120216~372 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/3c9a9b2c7e1193c47a2e09b41f746b017f143478 Yet another clobbered variable warning --- diff --git a/src/xbt/dict_multi.c b/src/xbt/dict_multi.c index e6152046b4..20d1185483 100644 --- a/src/xbt/dict_multi.c +++ b/src/xbt/dict_multi.c @@ -185,7 +185,7 @@ xbt_multidict_remove_ext(xbt_dict_t mdict, xbt_dynar_t keys, { volatile xbt_dict_t thislevel; volatile xbt_dict_t nextlevel = NULL; - int i; + volatile int i; xbt_ex_t e; unsigned long int thislen;