USell - 2014-12-25

It tells me that “missing break in switch case”.But It is an entry of exit in my program.Such as :
Switch ()
{
Case:
Exit();
}