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;
|
_phase = AFFinalBoundaryPhase;
|
||||||
break;
|
break;
|
||||||
case AFFinalBoundaryPhase:
|
case AFFinalBoundaryPhase:
|
||||||
default:
|
|
||||||
_phase = AFEncapsulationBoundaryPhase;
|
_phase = AFEncapsulationBoundaryPhase;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue