소스 검색

* 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;