mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-04 04:17:53 +01:00
* suppress notes about unused $nestedvars local variable
git-svn-id: trunk@40648 -
This commit is contained in:
parent
acfa2088ef
commit
d75ba7cb11
@ -1263,6 +1263,7 @@ implementation
|
||||
if not(po_assembler in pd.procoptions) then
|
||||
begin
|
||||
nestedvars:=clocalvarsym.create('$nestedvars',vs_var,nestedvarsdef,[],true);
|
||||
include(nestedvars.symoptions,sp_internal);
|
||||
pd.localst.insert(nestedvars);
|
||||
pd.parentfpstruct:=nestedvars;
|
||||
pd.parentfpinitblock:=cblocknode.create(nil);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user