Cross compiles CI: Disable stringop-overflow warning on s390x and m68k
authorTomas Mraz <tomas@openssl.org>
Thu, 8 Dec 2022 11:28:51 +0000 (12:28 +0100)
committerPauli <pauli@openssl.org>
Thu, 8 Dec 2022 22:20:11 +0000 (09:20 +1100)
commit8b63a305bf2db0e980cb76040fa66a17f781d6c7
tree369b2585506aca1149aefa3069eeb5b101fcb07a
parentaef6b82882750594b7f8e50ad734d9fe1d70f049
Cross compiles CI: Disable stringop-overflow warning on s390x and m68k

These warnings trigger on false positives on these platforms
with recent compiler update.

Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19860)
.github/workflows/cross-compiles.yml