summaryrefslogtreecommitdiff
path: root/Applications/Launcher/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Applications/Launcher/Makefile')
-rw-r--r--Applications/Launcher/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Applications/Launcher/Makefile b/Applications/Launcher/Makefile
index cd6a918d08..6f90104cdc 100644
--- a/Applications/Launcher/Makefile
+++ b/Applications/Launcher/Makefile
@@ -6,7 +6,7 @@ APP = Launcher
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