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:
@@ -205,7 +205,6 @@ is
|
||||
fields
|
||||
|
||||
thenum0 : Integer; -- current data for access to parameters
|
||||
thenump0 : Integer;
|
||||
therrload : Integer;
|
||||
theparams : ParamSet; -- the general set of parameters
|
||||
thenumpar : Array1OfInteger from TColStd; -- beginning of each one
|
||||
|
@@ -84,25 +84,11 @@ fields
|
||||
thename : AsciiString;
|
||||
thedef : AsciiString;
|
||||
thelabel : AsciiString;
|
||||
thetype : ParamType from Interface;
|
||||
theotyp : Type from Standard; -- for object
|
||||
|
||||
thelims : Integer; -- status for integer/enum/real limits
|
||||
themaxlen : Integer;
|
||||
theintlow : Integer;
|
||||
theintup : Integer;
|
||||
therealow : Real;
|
||||
therealup : Real;
|
||||
theunidef : AsciiString;
|
||||
|
||||
theenums : HArray1OfAsciiString from TColStd;
|
||||
theeadds : DictionaryOfInteger;
|
||||
|
||||
theinterp : ValueInterpret;
|
||||
thesatisf : ValueSatisfies;
|
||||
thesatisn : AsciiString;
|
||||
|
||||
theival : Integer;
|
||||
thehval : HAsciiString from TCollection;
|
||||
theoval : Transient;
|
||||
|
||||
|
Reference in New Issue
Block a user