Browse Source

* fixed warning

git-svn-id: trunk@4193 -
Jonas Maebe 19 years ago
parent
commit
b5fe67351e
1 changed files with 2 additions and 0 deletions
  1. 2 0
      compiler/node.pas

+ 2 - 0
compiler/node.pas

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