X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e1ade9b0e5d44e4f96d6e83370ea9a5b850a1cc9..7da44b26eb7f4da0d4ce7672f479dea4d01767b3:/src/xbt/graph.c diff --git a/src/xbt/graph.c b/src/xbt/graph.c index 3d7cfcaf67..d2f2edfd37 100644 --- a/src/xbt/graph.c +++ b/src/xbt/graph.c @@ -627,7 +627,7 @@ xbt_graph_t xbt_graph_read(const char *filename, ETag_graphxml_edge_fun = __parse_edge; xbt_graph_parse_open(filename); - int res; + _XBT_GNUC_UNUSED int res; res = (*xbt_graph_parse) (); xbt_assert(!res, "Parse error in %s", filename); xbt_graph_parse_close();