Fixing warning caused by default statement in switch statement that covered all enumeration values
This commit is contained in:
parent
b70be414b7
commit
b5c48f13a1
1 changed files with 0 additions and 1 deletions
|
|
@ -1241,7 +1241,6 @@ typedef enum {
|
|||
_phase = AFFinalBoundaryPhase;
|
||||
break;
|
||||
case AFFinalBoundaryPhase:
|
||||
default:
|
||||
_phase = AFEncapsulationBoundaryPhase;
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue