瀏覽代碼

* do not warn when internally generated if nodes are simplified

git-svn-id: trunk@29292 -
florian 10 年之前
父節點
當前提交
f630fb94b5
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      compiler/nflw.pas

+ 1 - 1
compiler/nflw.pas

@@ -1394,7 +1394,7 @@ implementation
            not(is_typeparam(left.resultdef)) then
              inserttypeconv(left,pasbool8type);
 
-         result:=internalsimplify(true);
+         result:=internalsimplify(not(nf_internal in flags));
       end;