From 12b4bc4f47d7365a3341b704275fa5ed1f82fe64 Mon Sep 17 00:00:00 2001 From: Bernd Edlinger Date: Tue, 25 Jun 2024 18:16:51 +0200 Subject: [PATCH] Fix clang -Wswitch-default warnings in OS Zoo CI --- Configure | 1 - 1 file changed, 1 deletion(-) diff --git a/Configure b/Configure index 78cc15d1847483..9774db8d410181 100755 --- a/Configure +++ b/Configure @@ -151,7 +151,6 @@ my @gcc_devteam_warn = qw( # -Wextended-offsetof -- no, needed in CMS ASN1 code my @clang_devteam_warn = qw( -Wno-unknown-warning-option - -Wswitch-default -Wno-parentheses-equality -Wno-language-extension-token -Wno-extended-offsetof