[WARNING]
The Compiler has detected a subtraction with zero which is optimized. This message may be generated during tree optimizations (Option -Ont to switch it off).
i = j-(j-j); // optimized to i = j;
If it is a programming error, correct the statement.