mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 18:09:27 +02:00
compiler: set result value to dummy function to prevent compiler to generate a hint
git-svn-id: trunk@16649 -
This commit is contained in:
parent
04ac114c77
commit
a8da9e4bd1
@ -749,7 +749,8 @@ implementation
|
||||
|
||||
function tunaryplusnode.pass_1: tnode;
|
||||
begin
|
||||
{ can never happen because all the conversions happen
|
||||
result:=nil;
|
||||
{ can never happen because all the conversions happen
|
||||
in pass_typecheck }
|
||||
internalerror(201012250);
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user