Complete unreachable checking for switch statements.
This commit is contained in:
@@ -17,7 +17,7 @@ static int f2(void)
|
||||
}
|
||||
/* Unreachable */
|
||||
a = 2;
|
||||
return a;
|
||||
return a;
|
||||
}
|
||||
|
||||
static int f3(void)
|
||||
|
||||
Reference in New Issue
Block a user