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:
parent
3fc5780152
commit
c345d68b3a
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user