Переглянути джерело

* prevent compilation warning due to function result not being set in tinlinenode.first_seg

git-svn-id: branches/i8086@24084 -
nickysn 12 роки тому
батько
коміт
91038d6d0a
1 змінених файлів з 1 додано та 0 видалено
  1. 1 0
      compiler/ninl.pas

+ 1 - 0
compiler/ninl.pas

@@ -4010,6 +4010,7 @@ implementation
      function tinlinenode.first_seg: tnode;
        begin
          internalerror(200104046);
+         result:=nil;
        end;