Weird error message

Help understanding and fixing compiling errors.
Post Reply
sacrebleu
Posts: 27
Joined: Sun Jan 17, 2010 12:37 pm

Weird error message

Post by sacrebleu »

Code: Select all

enum States { 
 pre=-1;
 initial=0,
 authenticated=1,
 bad_auth=2,
 character_select=3,
 playing=4
};
This code's compiler error message needs revised.
jerome
Site Admin
Posts: 608
Joined: Sat Jan 16, 2010 11:16 pm

Re: Weird error message

Post by jerome »

Herb,

The idea of this forum is for people who 'still' don't understand their error message :)

Please submit a Mantis issue instead for this.
Please make sure you select 'eC Compiling Tools' project.

Thanks,

Jerome
Post Reply