X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/45c3f1cfee86fb48c96d53f8267f99b6db6e3d7a..e8fe9dfcfd30b077f90088b59288420c95e25a71:/src/xbt/graphxml_parse.c diff --git a/src/xbt/graphxml_parse.c b/src/xbt/graphxml_parse.c index d143e32bb8..4f7605ddaf 100644 --- a/src/xbt/graphxml_parse.c +++ b/src/xbt/graphxml_parse.c @@ -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",