Salome HOME
fight warnings, c++17. Fix minor warnings. Buils SMESH finished
[modules/smesh.git] / src / SMDS / SMDS_UnstructuredGrid.hxx
index e7ed86930eff89f429f374491584b97be0921e43..e9ff8477521296c55f737ae33414ca80fe2dd099 100644 (file)
@@ -85,7 +85,7 @@ public:
   int CellIdToDownId(int vtkCellId);
   void setCellIdToDownId(int vtkCellId, int downId);
   void CleanDownwardConnectivity();
-  void BuildDownwardConnectivity(bool withEdges);
+  void BuildDownwardConnectivity(bool /*withEdges*/);
   int GetNeighbors(int* neighborsVtkIds, int* downIds, unsigned char* downTypes, int vtkId, bool getSkin=false);
   int GetParentVolumes(int* volVtkIds, int vtkId);
   int GetParentVolumes(int* volVtkIds, int downId, unsigned char downType);
@@ -115,7 +115,7 @@ public:
 protected:
   SMDS_UnstructuredGrid();
   ~SMDS_UnstructuredGrid();
-  void copyNodes(vtkPoints *newPoints, std::vector<int>& idNodesOldToNew, int& alreadyCopied, int start, int end);
+  void copyNodes(vtkPoints *newPoints, std::vector<int>& /*idNodesOldToNew*/, int& alreadyCopied, int start, int end);
   void copyBloc(vtkUnsignedCharArray *newTypes,
                 const std::vector<int>& idCellsOldToNew,
                 const std::vector<int>& idNodesOldToNew,