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