Browse Source

* compilation (hopefully) fixed

florian 1 week ago
parent
commit
c933b20c29
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/symtype.pas

+ 1 - 1
compiler/symtype.pas

@@ -906,7 +906,7 @@ implementation
 
 
     procedure tderef.build(s:TObject);
     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.
        // local proc so we do not have an implicit try..finally in the build proc.
        var
        var
          msg : ansistring;
          msg : ansistring;