From a92aee467e89473a9d07fa177794f5559f852b59 Mon Sep 17 00:00:00 2001 From: "Ondrej Zajicek (work)" Date: Thu, 11 Jul 2019 15:36:42 +0200 Subject: Avoid fallthrough warnings --- proto/ospf/ospf.c | 1 + 1 file changed, 1 insertion(+) (limited to 'proto/ospf/ospf.c') diff --git a/proto/ospf/ospf.c b/proto/ospf/ospf.c index d5d5d354..0c13387c 100644 --- a/proto/ospf/ospf.c +++ b/proto/ospf/ospf.c @@ -1203,6 +1203,7 @@ ospf_sh_state(struct proto *P, int verbose, int reachable) he->domain = 1; /* Abuse domain field to mark the LSA */ hex[jx++] = he; } + /* fallthrough */ default: accept = 0; } -- cgit v1.2.3