Salome HOME
#18963 Minimize compiler warnings
[modules/smesh.git] / src / StdMeshers_I / StdMeshers_MaxElementArea_i.hxx
index b9621cba4b71b3e1ac246c79c9ee283dfd3df176..1a54e5d517aa9e70f8708b2f61aa0e4cc8369e80 100644 (file)
@@ -52,8 +52,7 @@ public:
   virtual ~StdMeshers_MaxElementArea_i();
 
   // Set maximum element area 
-  void SetMaxElementArea( CORBA::Double theArea )
-    throw ( SALOME::SALOME_Exception );
+  void SetMaxElementArea( CORBA::Double theArea );
   // Get maximum element area 
   CORBA::Double GetMaxElementArea();
 
@@ -68,12 +67,12 @@ public:
   // Methods for copying mesh definition to other geometry
 
   // Return geometry this hypothesis depends on. Return false if there is no geometry parameter
-  virtual bool getObjectsDependOn( std::vector< std::string > & entryArray,
-                                   std::vector< int >         & subIDArray ) const { return 0; }
+  virtual bool getObjectsDependOn( std::vector< std::string > & /*entryArray*/,
+                                   std::vector< int >         & /*subIDArray*/ ) const { return 0; }
 
   // Set new geometry instead of that returned by getObjectsDependOn()
-  virtual bool setObjectsDependOn( std::vector< std::string > & entryArray,
-                                   std::vector< int >         & subIDArray ) { return true; }
+  virtual bool setObjectsDependOn( std::vector< std::string > & /*entryArray*/,
+                                   std::vector< int >         & /*subIDArray*/ ) { return true; }
 
  protected:
   virtual std::string getMethodOfParameter(const int paramIndex, int nbVars) const;