From: ski Date: Fri, 18 Apr 2014 11:02:41 +0000 (+0400) Subject: 0024856: CLang warnings -Wunused-private-field X-Git-Tag: V6_8_0_beta~381 X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=6fc9d72d9d8690f734d6d94a396ee1f192f217c1;p=occt-copy.git 0024856: CLang warnings -Wunused-private-field Actual warnings were fixed. --- diff --git a/src/AppParCurves/AppParCurves_LeastSquare.cdl b/src/AppParCurves/AppParCurves_LeastSquare.cdl index 3796b81d63..0787af33af 100644 --- a/src/AppParCurves/AppParCurves_LeastSquare.cdl +++ b/src/AppParCurves/AppParCurves_LeastSquare.cdl @@ -362,8 +362,6 @@ Vec2c: Vector from math; theError: Matrix from math; myindex: IntegerVector from math; -ERR3d: Real; -ERR2d: Real; lambda1: Real; lambda2: Real; diff --git a/src/BRepMesh/BRepMesh_ComparatorOfVertexOfDelaun.cdl b/src/BRepMesh/BRepMesh_ComparatorOfVertexOfDelaun.cdl index 56ba4c4b94..0df083f0d7 100644 --- a/src/BRepMesh/BRepMesh_ComparatorOfVertexOfDelaun.cdl +++ b/src/BRepMesh/BRepMesh_ComparatorOfVertexOfDelaun.cdl @@ -42,6 +42,5 @@ class ComparatorOfVertexOfDelaun from BRepMesh fields DirectionOfSort : XY from gp; - Tolerance : Real from Standard; end ComparatorOfVertexOfDelaun; diff --git a/src/IntWalk/IntWalk_IWalking.cdl b/src/IntWalk/IntWalk_IWalking.cdl index a82a04863b..e501d02d10 100644 --- a/src/IntWalk/IntWalk_IWalking.cdl +++ b/src/IntWalk/IntWalk_IWalking.cdl @@ -289,7 +289,6 @@ fields Vm : Real from Standard; -- Min V de la surf VM : Real from Standard; -- Max V de la surf previousPoint : PntOn2S from IntSurf; - prevtg : Boolean from Standard; previousd3d : Vec from gp; previousd2d : Dir2d from gp; seqAjout : SequenceOfInteger from TColStd; diff --git a/src/MAT2d/MAT2d_Mat2d.cdl b/src/MAT2d/MAT2d_Mat2d.cdl index f6cb5f69e4..30a5046172 100644 --- a/src/MAT2d/MAT2d_Mat2d.cdl +++ b/src/MAT2d/MAT2d_Mat2d.cdl @@ -103,7 +103,6 @@ fields bisectortwotoremove : DataMapOfIntegerBisector from MAT; bisectormap : DataMapOfIntegerBisector from MAT; roots : ListOfBisector from MAT; - thecurrentindex : Integer; isDone : Boolean; end Mat2d;