瀏覽代碼

* compilation (hopefully) fixed

florian 2 月之前
父節點
當前提交
c933b20c29
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      compiler/symtype.pas

+ 1 - 1
compiler/symtype.pas

@@ -906,7 +906,7 @@ implementation
 
     procedure tderef.build(s:TObject);
 
-       procedure do_internal_error(i : integer);
+       procedure do_internal_error(i : integer);noreturn;
        // local proc so we do not have an implicit try..finally in the build proc.
        var
          msg : ansistring;