Revert "Mod: [skip ci] fix some MSVC warnings"
This reverts commit 0d5ec23d1f.
This commit is contained in:
@@ -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());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user