mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-16 10:08:36 +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;
|
errno = 0;
|
||||||
os.close();
|
os.close();
|
||||||
#ifdef DEB
|
|
||||||
// cout<<"!!!"<<strerror(errno)<<endl;
|
|
||||||
#endif
|
|
||||||
isGood = os.good() && isGood && !errno;
|
isGood = os.good() && isGood && !errno;
|
||||||
|
|
||||||
return isGood;
|
return isGood;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user