]> git.ipfire.org Git - thirdparty/openssl.git/commit
Configure: Remove -Wswitch-default from strict warnings
authorTomas Mraz <tomas@openssl.org>
Fri, 28 Jun 2024 08:34:23 +0000 (10:34 +0200)
committerTomas Mraz <tomas@openssl.org>
Wed, 3 Jul 2024 09:26:26 +0000 (11:26 +0200)
commitb5863e9259e3c610304febe8b43ac3b1e3b22534
tree8cf765be7a6ea716e7e9bb6b838f64b4bf32f08d
parentcfe0bbdecadaebc6ad7ba5a3335b7a03522c434f
Configure: Remove -Wswitch-default from strict warnings

Also move -Wno-tautological-constant-out-of-range-compare to
clang-specific options as it is not supported by gcc.

Reviewed-by: Bernd Edlinger <bernd.edlinger@hotmail.de>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/24758)

(cherry picked from commit 3d9c6b16d8b8e75b73e2fd34849e930e2792f3a4)
Configure