From b031a4db2237503d370624cfc9573ead7438fddf Mon Sep 17 00:00:00 2001 From: Jozsef Kadlecsik Date: Tue, 9 Feb 2021 19:41:23 +0100 Subject: Handle -Werror=implicit-fallthrough= in debug mode compiling Signed-off-by: Jozsef Kadlecsik --- lib/ipset.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib') diff --git a/lib/ipset.c b/lib/ipset.c index 8ae2b6f..6729919 100644 --- a/lib/ipset.c +++ b/lib/ipset.c @@ -27,6 +27,7 @@ #include /* ipset_print_family */ #include /* STREQ */ #include /* prototypes */ +#include /* compiler attributes */ static char program_name[] = PACKAGE; static char program_version[] = PACKAGE_VERSION; @@ -1213,6 +1214,7 @@ ipset_parse_argv(struct ipset *ipset, int oargc, char *oargv[]) return ret; } /* Fall through to parse optional setname */ + fallthrough; case IPSET_CMD_DESTROY: case IPSET_CMD_FLUSH: /* Args: [setname] */ -- cgit v1.2.3