Salome HOME
Copyright update 2021
[tools/libbatch.git] / src / COORM / BatchManager_COORM.cxx
index 5676073a905b72b14157ce04f541c11ee5370320..fae2478329f2aa275fb91c54654d419edba4687b 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2012-2020  INRIA
+// Copyright (C) 2012-2021  INRIA
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -179,6 +179,9 @@ namespace Batch
         int edt                 = 0;
         int mem              = 0;
         string queue         = "";
+        LIBBATCH_UNUSED(nbproc);
+        LIBBATCH_UNUSED(edt);
+        LIBBATCH_UNUSED(mem);
 
         // Mandatory parameters
         if (params.find(WORKDIR) != params.end())