mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-04 13:13:25 +03:00
0022038: Suppress "!!!No Error" message in BRepTools::Write in debug mode
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user