1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00

0022038: Suppress "!!!No Error" message in BRepTools::Write in debug mode

This commit is contained in:
MSV 2011-09-12 14:16:52 +00:00 committed by bugmaster
parent 3fc5780152
commit c345d68b3a

View File

@ -674,9 +674,6 @@ Standard_Boolean BRepTools::Write(const TopoDS_Shape& Sh,
errno = 0;
os.close();
#ifdef DEB
// cout<<"!!!"<<strerror(errno)<<endl;
#endif
isGood = os.good() && isGood && !errno;
return isGood;