Fix compiler warnings:

fix [-Winconsistent-missing-override]
fix [-Wunused-lambda-capture]
fix [-Wunused-variable]
fix [-Wswitch]
This commit is contained in:
wmayer
2024-02-19 10:19:57 +01:00
committed by Chris Hennes
parent 1f6440b86e
commit 88b2cccc09
5 changed files with 9 additions and 11 deletions

View File

@@ -1207,6 +1207,8 @@ bool ViewProviderSketch::mouseButtonPressed(int Button, bool pressed, const SbVe
Mode = STATUS_SELECT_Constraint;
}
}
default:
break;
}
}
else if (!pressed) {