Salome HOME
fight warnings, c++17. Fix minor warnings. Build SMESH finished
[modules/smesh.git] / src / StdMeshers_I / StdMeshers_ProjectionSource2D_i.cxx
index 04535dcab66fa3f71950d281deed42aace165ceb..fd0c85e231b36a83950352af9f1a6478e007bd0f 100644 (file)
@@ -319,7 +319,7 @@ void StdMeshers_ProjectionSource2D_i::LoadFrom( const char* theStream )
 
 bool
 StdMeshers_ProjectionSource2D_i::getObjectsDependOn( std::vector< std::string > & entryArray,
-                                                     std::vector< int >         & subIDArray ) const
+                                                     std::vector< int >         & /*subIDArray*/ ) const
 {
   for ( int i = 0; i < NB_SHAPES; ++i )
     entryArray.push_back( myShapeEntries[ i ]);
@@ -335,7 +335,7 @@ StdMeshers_ProjectionSource2D_i::getObjectsDependOn( std::vector< std::string >
 
 bool
 StdMeshers_ProjectionSource2D_i::setObjectsDependOn( std::vector< std::string > & entryArray,
-                                                     std::vector< int >         & subIDArray )
+                                                     std::vector< int >         & /*subIDArray*/ )
 {
   TopoDS_Shape shapes[ NB_SHAPES ];
   for ( int i = 0; i < NB_SHAPES; ++i )