You've already forked lazarus-ccr
suppress warnings and hints
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@871 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@@ -222,7 +222,7 @@ var
|
|||||||
count,
|
count,
|
||||||
offset,
|
offset,
|
||||||
i : longint;
|
i : longint;
|
||||||
info : pointer;
|
//info : pointer;
|
||||||
|
|
||||||
resBuffer : PRecordTypeData;
|
resBuffer : PRecordTypeData;
|
||||||
typName : shortstring;
|
typName : shortstring;
|
||||||
@@ -261,9 +261,9 @@ begin
|
|||||||
{ Process elements }
|
{ Process elements }
|
||||||
for i := 1 to Count do begin
|
for i := 1 to Count do begin
|
||||||
fieldInfo := @(resBuffer^.Fields[(i - 1)]);
|
fieldInfo := @(resBuffer^.Fields[(i - 1)]);
|
||||||
Info := PPointer(Temp)^;
|
//Info := PPointer(Temp)^;
|
||||||
fieldInfo^.TypeInfo := PPTypeInfo(Temp);
|
fieldInfo^.TypeInfo := PPTypeInfo(Temp);
|
||||||
Inc(Temp,sizeof(Info));
|
Inc(Temp,sizeof(Pointer));
|
||||||
Offset := PLongint(Temp)^;
|
Offset := PLongint(Temp)^;
|
||||||
fieldInfo^.Offset := Offset;
|
fieldInfo^.Offset := Offset;
|
||||||
fieldInfo^.Visible := True;
|
fieldInfo^.Visible := True;
|
||||||
|
Reference in New Issue
Block a user