diff --git a/src/Mod/TechDraw/App/Geometry.cpp b/src/Mod/TechDraw/App/Geometry.cpp index 6471fc53cf..a868464b51 100644 --- a/src/Mod/TechDraw/App/Geometry.cpp +++ b/src/Mod/TechDraw/App/Geometry.cpp @@ -623,7 +623,7 @@ void BSpline::getCircleParms(bool& isCircle, double& radius, Base::Vector3d& cen centers.push_back(curveCenter); sumCenter += Base::Vector3d(curveCenter.X(),curveCenter.Y(),curveCenter.Z()); } - catch (Standard_Failure& e) { + catch (Standard_Failure&) { Base::Console().Log("TechDraw - GEO::BSpline::getCircleParms - CLProps failed\n"); isCircle = false; return;