From 6d9461c5774d76e1824cb1f748cbeb68248045b8 Mon Sep 17 00:00:00 2001 From: heck Date: Thu, 12 Sep 2024 17:54:42 +0200 Subject: [PATCH] Build: dont warn unhandled switch cases --- Makefile.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.conf b/Makefile.conf index 2f42d64..d3ca8fe 100644 --- a/Makefile.conf +++ b/Makefile.conf @@ -17,7 +17,7 @@ OPT=-O3 LIBDAISY_DIR=../../heck_libDaisyWrong DAISYSP_DIR=../../heck_DaisySPWrong -CXXFLAGS+=-Wall -Wno-unused -Wno-reorder-ctor + CXXFLAGS+=-Wall -Wno-unused -Wno-reorder-ctor -Wno-switch ######### Overrides from build.conf ######### -include $(HERE)build.conf