From 800ef6c8265e79f0653cf07ed8825419e2085e8b Mon Sep 17 00:00:00 2001 From: Fabrice Date: Tue, 3 Mar 2026 17:48:40 +0100 Subject: adding explicit error flag --- makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'makefile') diff --git a/makefile b/makefile index 69fb0c1..ad700ec 100644 --- a/makefile +++ b/makefile @@ -31,6 +31,7 @@ VOIDC := $(TOP_DIR)/voidc CXX_FLAGS := -std=c++17 \ -Wall -Wextra -Werror -pedantic\ -MMD -MP -fno-rtti -fno-exceptions \ + -Wimplicit-fallthrough \ -I$(SRC_DIR) LD_FLAGS := -lc -nostdlib++ -- cgit v1.2.3