suppress various warnings
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1334 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
parent
e0bb0bd04f
commit
7787d207ee
@ -197,7 +197,7 @@ implementation
|
||||
uses
|
||||
wst_consts;
|
||||
|
||||
{$HINTS OFF}
|
||||
{$WARNINGS OFF}
|
||||
function ErrorFunc(
|
||||
AObject : TObject;
|
||||
APropInfo : TPropSerializationInfo;
|
||||
@ -215,7 +215,7 @@ procedure ErrorProc(
|
||||
begin
|
||||
raise Exception.CreateFmt(SERR_NoReaderProc,[APropInfo.Name,APropInfo.PropInfo^.Name]);
|
||||
end;
|
||||
{$HINTS ON}
|
||||
{$WARNINGS ON}
|
||||
|
||||
type
|
||||
TEnumBuffer = record
|
||||
|
Loading…
Reference in New Issue
Block a user