浏览代码

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

git-svn-id: branches/i8086@24084 -
nickysn 12 年之前
父节点
当前提交
91038d6d0a
共有 1 个文件被更改,包括 1 次插入0 次删除
  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;