Actions
Bug #121
closedcompiler warning regarding unreleased register
Start date:
08/09/2016
Due date:
% Done:
0%
Estimated time:
Forum topic:
Description
Compiling an assignment as shown below leads to a compiler warning
resulting from a self-check contained in the compiler.
The warning is displayed in the Log window as AX.
It means that register AX has not been freed.
VAR b: BYTE;
b: = SHORT (SHORT (SHORT (FunctionReturningLONGINT())));
A proposal for a fix by luowy exists.
Reported by Oleg N. Cher, 2016-07-06.
Actions