1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-09 13:22:24 +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

@@ -84,7 +84,6 @@ fields
quad1 : Quadric from IntSurf;
quad2 : Quadric from IntSurf;
deflectionmax : Real from Standard;
pasuvmax : Real from Standard;
nbpointsmax : Integer from Standard;
type : Integer from Standard; -- 0: Constant Parameter
-- 1: Uniform Abscissa

View File

@@ -106,7 +106,6 @@ static
quad1(Quad1),
quad2(Quad2),
deflectionmax(0.01),
pasuvmax(0.05),
nbpointsmax(200),
type(0),
myTolParam(1.e-12),
@@ -122,13 +121,12 @@ static
IntPatch_ALineToWLine::IntPatch_ALineToWLine(const IntSurf_Quadric& Quad1,
const IntSurf_Quadric& Quad2,
const Standard_Real Deflection,
const Standard_Real PasUVMax,
const Standard_Real ,
const Standard_Integer NbMaxPoints)
:
quad1(Quad1),
quad2(Quad2),
deflectionmax(Deflection),
pasuvmax(PasUVMax),
nbpointsmax(NbMaxPoints),
myTolParam(1.e-12),
myTolOpenDomain(1.e-9),

View File

@@ -180,7 +180,6 @@ fields
empt : Boolean from Standard;
tgte : Boolean from Standard;
oppo : Boolean from Standard;
reverse: Boolean from Standard;
spnt : SequenceOfPoint from IntPatch;
slin : SequenceOfLine from IntPatch;
solrst : TheSOnBounds from IntPatch;

View File

@@ -360,9 +360,6 @@ fields
done : Boolean from Standard;
empt : Boolean from Standard;
Preci : Real from Standard;
Fleche : Real from Standard;
Pas : Real from Standard;
SLin : SequenceOfLine from IntPatch;
end PrmPrmIntersection;