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.0.15~67 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0ab3d12ddf8313477ae839920df2a55f3029650;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 ef72fcb0eed..0c60d1da165 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