summaryrefslogtreecommitdiff
path: root/compiler/tgobj.pas
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/tgobj.pas')
-rw-r--r--compiler/tgobj.pas4
1 files changed, 3 insertions, 1 deletions
diff --git a/compiler/tgobj.pas b/compiler/tgobj.pas
index 6063af33df..aedbe7f72c 100644
--- a/compiler/tgobj.pas
+++ b/compiler/tgobj.pas
@@ -410,6 +410,8 @@ implementation
tl^.temptype:=temptype;
tl^.def:=def;
+{$push}
+{$warn 6018 off}
{ Extend the temp }
if direction=-1 then
begin
@@ -425,7 +427,7 @@ implementation
CGMessage(cg_e_localsize_too_big);
lasttemp:=tl^.pos+size;
end;
-
+{$pop}
tl^.fini:=fini;
tl^.alignment:=alignment;
tl^.size:=size;