Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Yet another clobbered variable warning
authorChristophe Thiéry <christopho128@gmail.com>
Wed, 9 Nov 2011 20:41:07 +0000 (21:41 +0100)
committerChristophe Thiéry <christopho128@gmail.com>
Wed, 9 Nov 2011 20:41:07 +0000 (21:41 +0100)
src/xbt/dict_multi.c

index e615204..20d1185 100644 (file)
@@ -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;
 {
   volatile xbt_dict_t thislevel;
   volatile xbt_dict_t nextlevel = NULL;
-  int i;
+  volatile int i;
   xbt_ex_t e;
 
   unsigned long int thislen;
   xbt_ex_t e;
 
   unsigned long int thislen;