Flow Chart Checks : (C17111) Switch/case structure is missing default entry

(C17111) Switch/case structure is missing default entry

Error In:
Completeness
Description:
The switch_c statement is missing the default case entry, or the case_ada statement is missing the others when_ada entry.
Example:
switch_c (X)
{
case_c 1:
Y=1;
case_c 2:
Y=2;
}
 
Erroneous Elements:
Actions, states, and transition labels