X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FFiltersPlugin%2FFiltersPlugin_ExternalFaces.cpp;h=51e7f1edd7dfe8dce6ae20f60f114c65e25b34fd;hb=04e2497fc973f0afc95d0a4a6f95e37fb27f45e8;hp=93fea41c60fce395bf4f49c8cb4dfae272b255b0;hpb=2bec189afe981399df161883483ddf4cd073582f;p=modules%2Fshaper.git diff --git a/src/FiltersPlugin/FiltersPlugin_ExternalFaces.cpp b/src/FiltersPlugin/FiltersPlugin_ExternalFaces.cpp index 93fea41c6..51e7f1edd 100644 --- a/src/FiltersPlugin/FiltersPlugin_ExternalFaces.cpp +++ b/src/FiltersPlugin/FiltersPlugin_ExternalFaces.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2019 CEA/DEN, EDF R&D +// Copyright (C) 2014-2022 CEA/DEN, EDF R&D // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -31,7 +31,7 @@ bool FiltersPlugin_ExternalFaces::isSupported(GeomAPI_Shape::ShapeType theType) bool FiltersPlugin_ExternalFaces::isOk(const GeomShapePtr& theShape, const ResultPtr& theResult, - const ModelAPI_FiltersArgs& theArgs) const + const ModelAPI_FiltersArgs& /*theArgs*/) const { if (!theShape->isFace()) return false;