Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Yet another clobbered variable warning
[simgrid.git] / 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;
-  int i;
+  volatile int i;
   xbt_ex_t e;
 
   unsigned long int thislen;