mirror of
https://github.com/sheumann/hush.git
synced 2024-11-05 21:04:56 +00:00
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;
|
||||
break;
|
||||
case INIT_SELECTING:
|
||||
break;
|
||||
}
|
||||
|
||||
/* start things over */
|
||||
|
Loading…
Reference in New Issue
Block a user