From 44beccfd06bc82f23ab48f12f93ed0d764342c24 Mon Sep 17 00:00:00 2001 From: XOR Date: Sat, 30 Sep 2023 16:51:47 +0200 Subject: [PATCH] mark fall through as intentional --- src/error_analyzer.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/error_analyzer.c b/src/error_analyzer.c index 5c37d85..138b53d 100644 --- a/src/error_analyzer.c +++ b/src/error_analyzer.c @@ -60,10 +60,12 @@ unsigned int check_token_errors(char tokens[][MAX_TOKEN_SIZE], shash_hashtable_t break; } } + // Do not fall through break; } } + // fall through case 0: { // Check the adress stored at the next token