case constant 'value' too big for the type of the switch expression
A value appearing in a case statement was larger than the size of the type used in the switch expression. The compiler cast the type of the case constant to that of the switch expression.
A problem can occur when two case constants have different values before being cast but the same value afterward.