Salome HOME
Fight warnings
[tools/libbatch.git] / src / SGE / BatchManager_SGE.cxx
index 23ad6df4210bd5fe0c0a7739f6c541d818180d11..cfac6d82faa467c288d84df69a3418065735d707 100644 (file)
@@ -147,7 +147,7 @@ namespace Batch {
   }
 
   // Methode pour le controle des jobs : teste si un job est present en machine
-  bool BatchManager_SGE::isRunning(const JobId & jobid)
+  bool BatchManager_SGE::isRunning(const JobId & /*jobid*/)
   {
     throw NotYetImplementedException("BatchManager_SGE::isRunning");
   }