Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Needless XBT_ATTRIB_UNUSED.
[simgrid.git] / examples / s4u / async-wait / s4u-async-wait.cpp
index 95b883d..1a3fb9b 100644 (file)
@@ -56,7 +56,7 @@ static void sender(int argc, char** argv)
 }
 
 /* Receiver actor expects 1 argument: its ID */
-static void receiver(XBT_ATTRIB_UNUSED int argc, XBT_ATTRIB_UNUSED char** argv)
+static void receiver(int, char**)
 {
   double sleep_start_time = 1.0;
   double sleep_test_time  = 0.1;