From acd738fc7f5a8ca637e691e45346d74a149b75c9 Mon Sep 17 00:00:00 2001 From: David Lamparter Date: Fri, 14 Jul 2017 16:48:01 +0200 Subject: *: fix GCC 7 switch/case fallthrough warnings Need a comment on these. Signed-off-by: David Lamparter --- bgpd/bgp_fsm.c | 1 + 1 file changed, 1 insertion(+) (limited to 'bgpd/bgp_fsm.c') diff --git a/bgpd/bgp_fsm.c b/bgpd/bgp_fsm.c index 1fc425f8f..3610e6309 100644 --- a/bgpd/bgp_fsm.c +++ b/bgpd/bgp_fsm.c @@ -350,6 +350,7 @@ bgp_timer_set (struct peer *peer) BGP_TIMER_OFF (peer->t_gr_restart); BGP_TIMER_OFF (peer->t_gr_stale); BGP_TIMER_OFF (peer->t_pmax_restart); + /* fallthru */ case Clearing: BGP_TIMER_OFF (peer->t_start); BGP_TIMER_OFF (peer->t_connect); -- cgit v1.2.3