]> AND Public Git Repository - simgrid.git/blobdiff - src/xbt/graph.c
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Only try to load winpthread on windows
[simgrid.git] / src / xbt / graph.c
index a0d6538cc11576fcf9f5c97f56d6144b0320672a..1db1686e66dd10cb88cfd9fc32085c39792a322e 100644 (file)
@@ -627,7 +627,7 @@ xbt_graph_t xbt_graph_read(const char *filename,
   ETag_graphxml_edge_fun = __parse_edge;
 
   xbt_graph_parse_open(filename);
-  _XBT_GNUC_UNUSED int res;
+  XBT_ATTRIB_UNUSED int res;
   res = xbt_graph_parse();
   xbt_assert(!res, "Parse error in %s", filename);
   xbt_graph_parse_close();