This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Possible bug 709 vs 710 ?

typedef enum { SCREEN_STARTUP,
               SCREEN_SHUTDWN,
             } ScreenType;

void main( void )
{
   while(1);
}

The comma after SCREEN_SHUTDWN causes error C141 in v709 but no error in v710.

0