mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-09-03 14:10:33 +03:00
0022922: Clean up warnings on uninitialized / unused variables
This commit is contained in:
committed by
bugmaster
parent
25289ec1e1
commit
6e6cd5d949
@@ -71,11 +71,7 @@ GccAna_Circ2d2TanOn::
|
||||
gp_Pnt2d center1(C1.Location());
|
||||
gp_Pnt2d center2(C2.Location());
|
||||
TColStd_Array1OfReal Radius(1,2);
|
||||
#ifdef DEB
|
||||
Standard_Real distance = center1.Distance(center2);
|
||||
#else
|
||||
center1.Distance(center2);
|
||||
#endif
|
||||
|
||||
Standard_Real dist1 = OnLine.Distance(center1);
|
||||
Standard_Real dist2 = OnLine.Distance(center2);
|
||||
Standard_Real d1 = dist1+R1;
|
||||
|
Reference in New Issue
Block a user