X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FSMDS%2FSMDS_Downward.hxx;h=579b2577a98d813cd2972a078aca7d38738e4efa;hp=80206fd820e5edf3233062bca1d9ddd643667375;hb=a274ade365bd0f0e19d56c577acc4a13aa1972a7;hpb=ef3921b2afe32874a6a266ceea8a12a30cc6f17c diff --git a/src/SMDS/SMDS_Downward.hxx b/src/SMDS/SMDS_Downward.hxx index 80206fd82..579b2577a 100644 --- a/src/SMDS/SMDS_Downward.hxx +++ b/src/SMDS/SMDS_Downward.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2010-2016 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2010-2021 CEA/DEN, EDF R&D, OPEN CASCADE // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -77,8 +77,8 @@ public: virtual const int* getUpCells(int cellId) = 0; virtual const unsigned char* getUpTypes(int cellId) = 0; virtual void getNodeIds(int cellId, std::set& nodeSet) = 0; - virtual int getNodes(int cellId, int* nodevec) {return 0; } - virtual void getOrderedNodesOfFace(int cellId, std::vector& orderedNodes) {}; + virtual int getNodes(int /*cellId*/, int* /*nodevec*/) {return 0; } + virtual void getOrderedNodesOfFace(int /*cellId*/, std::vector& /*orderedNodes*/) {}; int getVtkCellId(int cellId) { return _vtkCellIds[cellId];