mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 19:05:54 +02:00
* do not warn when internally generated if nodes are simplified
git-svn-id: trunk@29292 -
This commit is contained in:
parent
09220c6ad3
commit
f630fb94b5
@ -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;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user