MSVC: Fix compiler warnings

This commit is contained in:
wmayer
2024-11-22 14:29:35 +01:00
committed by wwmayer
parent 6f23f01e50
commit aea09d4a45
3 changed files with 3 additions and 3 deletions

View File

@@ -691,7 +691,7 @@ App::DocumentObjectExecReturn* FeatureExtrude::buildExtrusion(ExtrudeOptions opt
TopoShape::PrismMode::None,
true /*CheckUpToFaceLimits.getValue()*/);
}
catch (Base::Exception& e) {
catch (Base::Exception&) {
if (method == "UpToShape" && faceCount > 1){
return new App::DocumentObjectExecReturn(QT_TRANSLATE_NOOP(
"Exception",