Salome HOME
Fight warnings
[tools/libbatch.git] / src / Core / Log.hxx
index 21b89eb9b526811dc1273b20745c86226ec1fd7b..47245dc7cc10fc339f6161840c28e2e958d12137 100644 (file)
@@ -53,8 +53,8 @@ namespace Batch {
     static Log & getInstance();
 
     // Forbid the use of copy constructor and assignment operator
-    Log(const Log & orig) {}
-    void operator=(const Log & orig) {}
+    Log(const Log &) {}
+    void operator=(const Log &) {}
 
     std::ofstream _stream;