]> git.ipfire.org Git - thirdparty/openssl.git/commit
CI: Remove -Wno-stringop-overflow for s390x builds
authorIngo Franzki <ifranzki@linux.ibm.com>
Fri, 6 Jun 2025 09:19:57 +0000 (11:19 +0200)
committerTomas Mraz <tomas@openssl.org>
Wed, 18 Jun 2025 17:00:47 +0000 (19:00 +0200)
commitd56e2450c16217735ebdbc7bc625b3fe6128da9c
tree0f09807c40eb5b73e5e2f50133a3cef399093fb7
parent8721def7fce8f895fa3e7b0eae9e577e5ecf32bb
CI: Remove -Wno-stringop-overflow for s390x builds

Since https://github.com/openssl/openssl/commit/9a788281d91f698d6a229d588b9cb36987549669
it should now build warning-free on s390x, so remove the '-Wno-stringop-overflow'
build option for s390x builds.

If newly added code causes -Wstringop-overflow warnings again, it should
be noted in the CI runs and the newly added code should be fixed accordingly.

Signed-off-by: Ingo Franzki <ifranzki@linux.ibm.com>
Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/27803)
.github/workflows/cross-compiles.yml
.github/workflows/os-zoo.yml