From 02afe960644466b8e3854f3bec48c03a294c1e35 Mon Sep 17 00:00:00 2001 From: David Härdeman Date: Wed, 24 Jun 2020 01:39:32 +0200 Subject: Add some more annotations --- shared/config-parser.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'shared/config-parser.c') diff --git a/shared/config-parser.c b/shared/config-parser.c index 8094cda..9f294f4 100644 --- a/shared/config-parser.c +++ b/shared/config-parser.c @@ -387,7 +387,7 @@ config_parse_line(const char *filename, char **buf, case CFG_VAL_TYPE_ASYNC_ADDRS: error("CFG_VAL_TYPE_ASYNC_ADDRS is a return value"); - /* Fall through */ + _fallthrough_; case CFG_VAL_TYPE_ADDRS: if (!strtosockaddrs(tmp, rvalue, async_dns)) @@ -433,7 +433,7 @@ config_parse_line(const char *filename, char **buf, break; case CFG_VAL_TYPE_INVALID: - /* fall through */ + _fallthrough_; default: goto error; } -- cgit v1.2.3