소스 검색

* fixed warning

git-svn-id: trunk@4193 -
Jonas Maebe 19 년 전
부모
커밋
b5fe67351e
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      compiler/node.pas

+ 2 - 0
compiler/node.pas

@@ -544,6 +544,8 @@ implementation
       begin
         { reading of node references isn't implemented yet (FK) }
         internalerror(200506182);
+        { avoid warning }
+        result := nil;
       end;