aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authoreldritch horrors <pennae@lix.systems>2024-03-07 07:12:20 +0100
committereldritch horrors <pennae@lix.systems>2024-03-07 00:11:12 -0700
commit1342c8f18e48afd1577cfdc319c254ce7c42637e (patch)
treec054031cab85d1973000e1f153a6ff6b1874f2e6 /Makefile
parent0d9a043f4365100c5b451b6476edb2b9ab09e19b (diff)
Merge pull request #10074 from lf-/jade/ban-implicit-fallthrough
Warn on implicit switch case fallthrough (cherry picked from commit 21282c3c204597641402c6bcff8fc9ee7bc31fa1) Change-Id: I5ebbdfb6c037d2c55254f37dd391c07c2ce7443e
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1d3d9df5d..313f02ede 100644
--- a/Makefile
+++ b/Makefile
@@ -68,4 +68,4 @@ endif
include mk/lib.mk
-GLOBAL_CXXFLAGS += -g -Wall -include $(buildprefix)config.h -std=c++2a -I src
+GLOBAL_CXXFLAGS += -g -Wall -Wimplicit-fallthrough -include $(buildprefix)config.h -std=c++2a -I src