Mod: [skip ci] fix some MSVC warnings

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