X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8be7ea3f9e71cd563e91b6aba63f5c70f043fbd5..6c6e9129b8c8a2404310f460327314afa3fb9b8b:/src/xbt/graphxml_parse.c diff --git a/src/xbt/graphxml_parse.c b/src/xbt/graphxml_parse.c index 679e9b1ddf..4f7605ddaf 100644 --- a/src/xbt/graphxml_parse.c +++ b/src/xbt/graphxml_parse.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2011. The SimGrid Team. +/* Copyright (c) 2006-2011, 2013-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -123,7 +123,7 @@ int_f_void_t xbt_graph_parse = _xbt_graph_parse; double xbt_graph_parse_get_double(const char *string) { double result; - _XBT_GNUC_UNUSED int ret = 0; + XBT_ATTRIB_UNUSED int ret = 0; ret = sscanf(string, "%lg", &result); xbt_assert((ret == 1), "Parse error line %d : %s not a number",