X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/fa222c38f9b796be07ab4351ffc810a61a8fd705..3203ed1f4fb6f4617e94d5351661ba07e8b8f833:/src/xbt/dict.c diff --git a/src/xbt/dict.c b/src/xbt/dict.c index d7e8765f38..b48640365f 100644 --- a/src/xbt/dict.c +++ b/src/xbt/dict.c @@ -11,7 +11,7 @@ #include "xbt/ex.h" #include "xbt/log.h" #include "xbt/mallocator.h" -#include "xbt_modinter.h" +#include "src/xbt_modinter.h" #include "xbt/str.h" #include "dict_private.h" @@ -824,7 +824,7 @@ static void count_check_get_key(xbt_dict_t dict, int length) { xbt_dict_cursor_t cursor; char *key; - _XBT_GNUC_UNUSED char *key2; + XBT_ATTRIB_UNUSED char *key2; void *data; int effective = 0;