From a2f175402e5ff34f2094791baf979db7a60c7f16 Mon Sep 17 00:00:00 2001 From: Stephen Anthony Date: Sun, 15 Oct 2017 18:32:32 -0230 Subject: [PATCH] Tone down warning wrt redundant 'default' in switch/case statements. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index df22b102c..f80e68eb9 100644 --- a/Makefile +++ b/Makefile @@ -55,7 +55,7 @@ ifdef HAVE_GCC endif ifdef HAVE_CLANG CXXFLAGS+= -Weverything -Wno-c++17-extensions -Wno-c++98-compat -Wno-c++98-compat-pedantic \ - -Wno-double-promotion -Wno-switch-enum -Wno-conversion \ + -Wno-double-promotion -Wno-switch-enum -Wno-conversion -Wno-covered-switch-default \ -Wno-inconsistent-missing-destructor-override \ -Wno-exit-time-destructors -Wno-global-constructors -Wno-weak-vtables \ -Wno-four-char-constants -Wno-padded