1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-14 13:30:48 +03:00

0024162: Eliminate CLang compiler warning

Got rid from most cases of appearance '-Wunused-private-field' warning
This commit is contained in:
omy
2013-09-11 15:49:07 +04:00
committed by abv
parent eafb234bf1
commit 258ff83bb6
77 changed files with 151 additions and 334 deletions

View File

@@ -403,7 +403,7 @@ Extrema_ExtElC::Extrema_ExtElC (const gp_Lin& C1,
//
aTol=1.e-12;
//
/*
if(fabs(A5) <= aTol) {
A5 = 0.;
}

View File

@@ -109,8 +109,6 @@ fields
myvinf : Real from Standard;
myvsup : Real from Standard;
mytolv : Real from Standard;
myVRange : Real from Standard;
myF : FuncExtPS from Extrema;
myC : HCurve from Adaptor3d;

View File

@@ -161,8 +161,6 @@ fields
mynbext: Integer;
inverse: Boolean;
myC: Address from Standard;
myu1: Real;
myu2: Real;
myv1: Real;
myv2: Real;
mytolc1: Real;

View File

@@ -157,8 +157,7 @@ fields
mypoints2 : HArray2OfPnt from TColgp;
mytol1 : Real;
mytol2 : Real;
myF : FuncExtCS from Extrema;
myC : CurvePtr from Adaptor3d;
myF : FuncExtCS from Extrema;
myS : SurfacePtr from Adaptor3d;
end GenExtCS;

View File

@@ -146,8 +146,7 @@ fields
mypoints2 : HArray2OfPnt from TColgp;
mytol1 : Real;
mytol2 : Real;
myF : FuncExtSS from Extrema;
myS1 : SurfacePtr from Adaptor3d;
myF : FuncExtSS from Extrema;
myS2 : SurfacePtr from Adaptor3d;
end GenExtSS;