Hello,
I'm getting a weird warning when compiling my project that I don't understand, I have a C++ class that declares 'volatile short member' and this warning appears for the 'if(member<0)' condition, it is initialized with 0 and also set in an interrupt handling routine to -1. Compiler is 7.3.7 and CCS 5.2.1.00018.
Any idea why is this a warning?
Best regards,
David.