From 065be954f055d9f7b83990f71b3ef6b5cdc52136 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C4=BDubom=C3=ADr=20Carik?= Date: Thu, 22 Feb 2018 00:12:52 +0100 Subject: [PATCH] Solve few fall-through warnings MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Ľubomír Carik Signed-off-by: David Woodhouse --- main.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main.c b/main.c index 935147f4..d09efd51 100644 --- a/main.c +++ b/main.c @@ -610,6 +610,7 @@ static void print_build_opts(void) case 2: printf("%sHOTP software token", sep); sep = comma; + /* fall through */ case 1: printf("%sTOTP software token", sep); sep = comma; @@ -1294,6 +1295,7 @@ int main(int argc, char **argv) break; case 'h': usage(); + break; case 'i': vpninfo->ifname = dup_config_arg(); break; -- 2.49.0