Mod: [skip ci] fix some MSVC warnings

This commit is contained in:
wmayer
2022-09-05 13:45:22 +02:00
parent ded6b7234b
commit f35f77e98e
3 changed files with 3 additions and 3 deletions

View File

@@ -252,7 +252,7 @@ void GeometryObject::projectShape(const TopoDS_Shape& inShape,
hidIso = invertGeometry(hidIso);
}
}
catch (const Standard_Failure& e) {
catch (const Standard_Failure&) {
throw Base::RuntimeError("GeometryObject::projectShape - OCC error occurred while extracting edges");
}
catch (...) {