Browse Source

* prevent compilation warning due to function result not being set in tinlinenode.first_seg

git-svn-id: branches/i8086@24084 -
nickysn 12 years ago
parent
commit
91038d6d0a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      compiler/ninl.pas

+ 1 - 0
compiler/ninl.pas

@@ -4010,6 +4010,7 @@ implementation
      function tinlinenode.first_seg: tnode;
        begin
          internalerror(200104046);
+         result:=nil;
        end;