From df6aaaeeef5777dbf3bbdff6b4651ff891fa5a35 Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Fri, 15 Feb 2019 12:39:16 +0100 Subject: Enable -Wimplicit-fallthrough. --- Applications/About/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Applications/About') diff --git a/Applications/About/Makefile b/Applications/About/Makefile index 3b84f7c2e7..e3ae25ff9e 100644 --- a/Applications/About/Makefile +++ b/Applications/About/Makefile @@ -6,7 +6,7 @@ APP = About ARCH_FLAGS = STANDARD_FLAGS = -std=c++17 -nostdinc++ -nostdlib -nostdinc USERLAND_FLAGS = -ffreestanding -fno-stack-protector -fno-ident -WARNING_FLAGS = -Wextra -Wall -Wundef -Wcast-qual -Wwrite-strings +WARNING_FLAGS = -Wextra -Wall -Wundef -Wcast-qual -Wwrite-strings -Wimplicit-fallthrough FLAVOR_FLAGS = -march=i386 -m32 -fno-exceptions -fno-rtti -fmerge-all-constants -fno-unroll-loops -fno-pie -fno-pic OPTIMIZATION_FLAGS = -Oz -fno-asynchronous-unwind-tables INCLUDE_FLAGS = -I../.. -I. -I../../LibC -- cgit v1.2.3