]> AND Public Git Repository - simgrid.git/blobdiff - src/xbt/dict_multi.c
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Avoid (almost) duplicated code in xbt_log_layout_*.
[simgrid.git] / src / xbt / dict_multi.c
index 6dc05e09f2e959bd4f8e7833a8b2b342e43b00be..e6152046b4af7c44f95bd4f98418c788c1495393 100644 (file)
@@ -183,7 +183,8 @@ void
 xbt_multidict_remove_ext(xbt_dict_t mdict, xbt_dynar_t keys,
                          xbt_dynar_t lens)
 {
-  xbt_dict_t thislevel, nextlevel = NULL;
+  volatile xbt_dict_t thislevel;
+  volatile xbt_dict_t nextlevel = NULL;
   int i;
   xbt_ex_t e;