mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-09-08 14:17:06 +03:00
0027525: Coding - eliminate warnings on Windows for OCCT with static type of libraries
Useless *.cxx files were removed to eliminate linker warning LNK4221. Package TopOpeBRepDS was cleaned up from old debugging routines. Merged OSD_signal_WNT.cxx into OSD_signal.cxx Class Standard_ErrorHandlerCallback was moved into the Standard_ErrorHandler class as nested class Callback Eliminated warning about unused variable.
This commit is contained in:
@@ -75,8 +75,6 @@ void TopOpeBRepBuild_Builder::BuildFaces(const Standard_Integer iS,
|
||||
//
|
||||
#ifdef OCCT_DEBUG
|
||||
Standard_Boolean tSE = TopOpeBRepBuild_GettraceSPF();
|
||||
Standard_Boolean tCU = TopOpeBRepBuild_GettraceCU();
|
||||
Standard_Boolean NtCUV = !TopOpeBRepBuild_GettraceCUV();
|
||||
#endif
|
||||
//
|
||||
TopOpeBRepDS_CurveIterator SCurves(HDS->SurfaceCurves(iS));
|
||||
@@ -85,7 +83,6 @@ void TopOpeBRepBuild_Builder::BuildFaces(const Standard_Integer iS,
|
||||
const TopOpeBRepDS_Curve& CDS = HDS->Curve(iC);
|
||||
#ifdef OCCT_DEBUG
|
||||
if (tSE) cout<<endl<<"BuildFaces : C "<<iC<<" on S "<<iS<<endl;
|
||||
if (tCU) { CDS.Dump(cout,iC,NtCUV); cout<<endl; }
|
||||
#endif
|
||||
TopoDS_Shape anEdge;
|
||||
TopTools_ListIteratorOfListOfShape Iti(NewEdges(iC));
|
||||
|
Reference in New Issue
Block a user