]> git.ipfire.org Git - thirdparty/openssl.git/commit
Disable default case checks on clang 18
authorNeil Horman <nhorman@openssl.org>
Wed, 26 Jun 2024 20:23:04 +0000 (16:23 -0400)
committerTomas Mraz <tomas@openssl.org>
Fri, 28 Jun 2024 09:17:59 +0000 (11:17 +0200)
commit15974897b7b94014e0165d7d906e31ca010e2861
tree9765e5be1223f3a3f3c0cb8887b0a50a7aa71d84
parent68c7575afc5ec33fd44c9c1c571d882d6095c8ef
Disable default case checks on clang 18

Recent updates in CI have upgraded clang to clang-18, which gripes when
it finds a switch statement without a default case.  We should add those
cases in, but since we have a lot of those, and CI is currently failing,
disable the check until we get them fixed up

Fixes #24739

Reviewed-by: Bernd Edlinger <bernd.edlinger@hotmail.de>
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/24744)
.github/workflows/os-zoo.yml