]> 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:07 +0000 (11:26 +0200)
commit3d9c6b16d8b8e75b73e2fd34849e930e2792f3a4
treecae58c574a0cb3e4f14d10b0c2324767dfec1a3f
parent88e2ec534d7dd52599ecac8ebfa3725eea3b8d00
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)
Configure