X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f783ed4680c6862a1b7543237e89d1221334bae0..6e5cfd7ff86900354c20502af95ee5f751492753:/src/xbt/dict.c diff --git a/src/xbt/dict.c b/src/xbt/dict.c index d4320000f1..d591e01b9f 100644 --- a/src/xbt/dict.c +++ b/src/xbt/dict.c @@ -975,7 +975,8 @@ static void count(xbt_dict_t dict, int length) static void count_check_get_key(xbt_dict_t dict, int length) { xbt_dict_cursor_t cursor; - char *key, *key2; + char *key; + _XBT_GNUC_UNUSED char *key2; void *data; int effective = 0;