Explorar o código

* fixed warning

git-svn-id: trunk@4193 -
Jonas Maebe %!s(int64=19) %!d(string=hai) anos
pai
achega
b5fe67351e
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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;