From: Tomas Mraz Date: Fri, 28 Jun 2024 08:34:23 +0000 (+0200) Subject: Configure: Remove -Wswitch-default from strict warnings X-Git-Tag: openssl-3.1.7~69 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0378e75d9274649cbd1face90762bb0f23d952f1;p=thirdparty%2Fopenssl.git Configure: Remove -Wswitch-default from strict warnings Reviewed-by: Bernd Edlinger Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/24758) (cherry picked from commit 3d9c6b16d8b8e75b73e2fd34849e930e2792f3a4) --- diff --git a/Configure b/Configure index 37869006a53..b358f86c26e 100755 --- a/Configure +++ b/Configure @@ -178,7 +178,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