Преглед на файлове

compiler: set result value to dummy function to prevent compiler to generate a hint

git-svn-id: trunk@16649 -
paul преди 14 години
родител
ревизия
a8da9e4bd1
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. 2 1
      compiler/nmat.pas

+ 2 - 1
compiler/nmat.pas

@@ -749,7 +749,8 @@ implementation
 
     function tunaryplusnode.pass_1: tnode;
       begin
-        { can never happen because all the conversions happen 
+        result:=nil;
+        { can never happen because all the conversions happen
           in pass_typecheck }
         internalerror(201012250);
       end;