Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
please sonar
[simgrid.git] / examples / cpp / exec-remote / s4u-exec-remote.cpp
index aa6d80b..6a7dde7 100644 (file)
@@ -51,7 +51,7 @@ static void wizard()
   ginette->turn_off();
   try {
     exec->wait();
-  } catch (const simgrid::HostFailureException& e) {
+  } catch (const simgrid::HostFailureException&) {
     XBT_INFO("Execution failed on %s", ginette->get_cname());
   }
   XBT_INFO("Done!");