Community
Participate
Working Groups
Build Identifier: 20100218-1602 In this piece of code: int16_t val16; if(val16 > -10) { ; // Do stuff } I get a syntax error on the left side of the editor that says "Bad character sequence encountered: -". The compiler I am using, gcc-avr, has no problem with this and compiles without warnings. Reproducible: Always Steps to Reproduce: 1. Make small .c file with above code somewhere, in main() for example. 2. Observe syntax error warning.
Ok strange, this doesn't occur in a new file I made, and where I first saw it, it no longer happens when I edit the file some more. It isn't easy to tell what causes this to show up....