Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Accept the fact that NS3 timings may vary with the version
[simgrid.git] / examples / msg / masterslave / masterslave_failure.c
index 0e9d2fb..ce4eec9 100644 (file)
@@ -30,7 +30,7 @@ int master(int argc, char *argv[])
   double task_comp_size = 0;
   double task_comm_size = 0;
   int i;
-  _XBT_GNUC_UNUSED int read;
+  XBT_ATTRIB_UNUSED int read;
 
   read = sscanf(argv[1], "%d", &number_of_tasks);
   xbt_assert(read, "Invalid argument %s\n", argv[1]);