Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
kill the most outdated parts of our TODO file
[simgrid.git] / src / xbt / graphxml_parse.c
index d143e32bb8119872a8fbc8ee6a3d66745be0f4f0..4f7605ddaf6677d64e6b9529f41bf313b9f8fec4 100644 (file)
@@ -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",