Salome HOME
#18963 Minimize compiler warnings
[modules/smesh.git] / src / Driver / Driver_Mesh.h
index 1b0b3644ed1ed4bacb712d4d885b3203801073f4..bd6a714065390919aff1b4eea5d91de3bc4552d7 100644 (file)
@@ -63,8 +63,8 @@ class MESHDRIVER_EXPORT Driver_Mesh
   virtual void        SetMeshName(const std::string& theMeshName);
   virtual std::string GetMeshName() const;
 
-  virtual void        SetOption(const std::string& optionName,
-                                const std::string& optionValue) {}
+  virtual void        SetOption(const std::string& /*optionName*/,
+                                const std::string& /*optionValue*/) {}
 
   virtual Status Perform() = 0;