Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Comment name for unused parameters.
[simgrid.git] / examples / s4u / actor-execute / s4u-actor-execute.cpp
index 66f5af0..9fc417d 100644 (file)
@@ -5,7 +5,7 @@
 
 #include "simgrid/s4u.hpp"
 
-static int executor(std::vector<std::string> args)
+static int executor(std::vector<std::string> /*args*/)
 {
   /* this_actor::execute() tells SimGrid to pause the calling actor
    * until its host has computed the amount of flops passed as a parameter */