Преглед изворни кода

* 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;