Advertisement
Guest User

Untitled

a guest
Jan 16th, 2017
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. enum class State{
  2. CONNECTED=0,
  3. CONNECTED_WITH_ERROR=1,
  4. ERROR=2 <=== Line 283
  5. };
  6.  
  7.  
  8. C:\PROJECT_I_MAIN\libraries\misc\misc.h:283: error: expected identifier before numeric constant
  9. ERROR=2
  10. ^
  11. C:\PROJECT_I_MAIN\libraries\misc\misc.h:283: error: expected '}' before numeric constant
  12. C:\PROJECT_I_MAIN\libraries\misc\misc.h:283: error: expected unqualified-id before numeric constant
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement