Salome HOME
Fight warnings
[tools/libbatch.git] / src / Local / BatchManager_Local.cxx
index 6499333c1c3a77a5cb7ebc6832c806ca269356d8..40ba3fe9fd408136fc658339d9e7c64f14efd322 100644 (file)
@@ -225,7 +225,7 @@ namespace Batch {
   // On force donc l'état du job à erreur - pour cela on ne donne pas d'Id
   // au JobId
   const Batch::JobId
-  BatchManager_Local::addJob(const Batch::Job & job, const std::string & reference)
+  BatchManager_Local::addJob(const Batch::Job & /*job*/, const std::string & /*reference*/)
   {
     return JobId(this, "undefined");
   }