mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
0026788: Compiler warnings when OCCT_DEBUG is enabled
Clean-up in code causing warnings when OCCT_DEBUG is enabled Minor corrections: - new compiler warnings on VC++ 14 - rename of "PPC" variables that are said to caused conflicts on PowerPC - removal of unused header TopOpeBRep/TopOpeBRep_tools.hxx
This commit is contained in:
@@ -1694,7 +1694,7 @@ static int VLenghtDimension(Draw_Interpretor& di, Standard_Integer argc, const c
|
||||
gp_Pnt A=BRep_Tool::Pnt(aVertex1);
|
||||
|
||||
#ifdef OCCT_DEBUG
|
||||
gp_Pnt C = BRep_Tool::Pnt(aVertex2);
|
||||
gp_Pnt C = BRep_Tool::Pnt(aVertex2); (void)C;
|
||||
#endif
|
||||
|
||||
gp_Pnt aProjB = aDeltaVertexFace.Point(1);
|
||||
|
Reference in New Issue
Block a user