From f630fb94b5a2c172e6d39fdcf8d4eca36e01d064 Mon Sep 17 00:00:00 2001 From: florian Date: Sun, 14 Dec 2014 19:40:17 +0000 Subject: [PATCH] * do not warn when internally generated if nodes are simplified git-svn-id: trunk@29292 - --- compiler/nflw.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/nflw.pas b/compiler/nflw.pas index a5557b7f4c..b95d71e6f4 100644 --- a/compiler/nflw.pas +++ b/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;