Make gcc not whine about "deprecated use of label at end of compound statement"
This commit is contained in:
parent
c9e7024924
commit
1b2e7c3b2a
@ -105,6 +105,7 @@ static void perform_renew(void)
|
|||||||
state = INIT_SELECTING;
|
state = INIT_SELECTING;
|
||||||
break;
|
break;
|
||||||
case INIT_SELECTING:
|
case INIT_SELECTING:
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* start things over */
|
/* start things over */
|
||||||
|
Loading…
Reference in New Issue
Block a user