Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
give all machines the exact same energetic profil, and adapt the tests accordingly
[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]);