Revert "Mod: [skip ci] fix some MSVC warnings"

This reverts commit 0d5ec23d1f.
This commit is contained in:
Uwe
2022-09-12 03:34:42 +02:00
parent 9364930948
commit c47bbd0cfe
+1 -1
View File
@@ -247,7 +247,7 @@ void GeometryObject::projectShape(const TopoDS_Shape& input,
hidIso = invertGeometry(hidIso);
}
catch (const Standard_Failure&) {
catch (const Standard_Failure& e) {
Base::Console().Error("GO::projectShape - OCC error - %s - while extracting edges\n",
e.GetMessageString());
}