TD: [skip ci] fix warnings reported by GH actions

This commit is contained in:
wmayer
2022-11-27 16:51:15 +01:00
parent f0e22410db
commit 3df86553f8

View File

@@ -133,7 +133,6 @@ const char *DrawComplexSection::ProjectionStrategyEnums[] = {"Offset", "Aligned"
nullptr};
DrawComplexSection::DrawComplexSection()
: m_toolFaceShape(TopoDS_Shape())
{
static const char *fgroup = "Cutting Tool";
@@ -256,7 +255,7 @@ TopoDS_Shape DrawComplexSection::getShapeToPrepare() const
//get the shape ready for projection and cut surface finding
TopoDS_Shape DrawComplexSection::prepareShape(const TopoDS_Shape &cutShape, double shapeSize)
{
// Base::Console().Message("DCS::prepareShape() - strat: %d\n", ProjectionStrategy.getValue());
// Base::Console().Message("DCS::prepareShape() - strategy: %d\n", ProjectionStrategy.getValue());
if (ProjectionStrategy.getValue() == 0) {
//Offset. Use regular section behaviour
return DrawViewSection::prepareShape(cutShape, shapeSize);