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

@@ -221,7 +221,6 @@ fields
myBary : Pnt from gp;
myRadius : Real;
myMinW : Real;
maxang : Real;
minang : Real;
distmin : Real;

View File

@@ -226,8 +226,6 @@ fields
-- result curves of aproximation.
appdone : Boolean from Standard;
tolapp3d : Real from Standard[4];
tolappang : Real from Standard[4];
degree : Integer from Standard [2];
curvpol : HArray1OfPnt from TColgp [4];
tgtepol : HArray1OfPnt from TColgp [4];

View File

@@ -103,7 +103,6 @@ fields
-- the corners.
c : Pnt from gp [4];
gap : Real from Standard [4];
-- the blending functions.
a : Function from Law [2];