Salome HOME
fight warnings, c++17. Fix minor warnings. Build SMESH finished
[modules/smesh.git] / src / StdMeshersGUI / StdMeshersGUI_StdHypothesisCreator.h
index 59febb6c6690aa1145e7ac4ac35e249dc0cb9f86..b9834b6a6fea095015d2e7ed2b21b2b788ce0cb3 100644 (file)
@@ -63,7 +63,7 @@ protected:
   virtual void     onReject();
   virtual void     valueChanged( QWidget* );
 
-  bool             initVariableName(SMESH::SMESH_Hypothesis_var theHyp, StdParam& theParams, const char* theMethod) const;
+  bool             initVariableName(SMESH::SMESH_Hypothesis_var /*theHyp*/, StdParam& theParams, const char* theMethod) const;
   QWidget*         makeReverseEdgesWdg( SMESH::long_array_var edgeIDs,
                                         CORBA::String_var     shapeEntry) const;
   void             removeOldGroup(const char*        oldName,