mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 06:59:24 +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
|
not(is_typeparam(left.resultdef)) then
|
||||||
inserttypeconv(left,pasbool8type);
|
inserttypeconv(left,pasbool8type);
|
||||||
|
|
||||||
result:=internalsimplify(true);
|
result:=internalsimplify(not(nf_internal in flags));
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user