From: Jakub Bogusz Date: Sun, 13 Jun 2021 16:48:53 +0000 (+0200) Subject: - disable one more -Werror failing build on th-i686 X-Git-Tag: auto/th/mbedtls-2.26.0-1~1 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fmbedtls.git;a=commitdiff_plain;h=645d2dc - disable one more -Werror failing build on th-i686 --- diff --git a/mbedtls.spec b/mbedtls.spec index 2de020d..1dadecb 100644 --- a/mbedtls.spec +++ b/mbedtls.spec @@ -22,7 +22,8 @@ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) # some false positives for format-truncation(?) # for stringop-overflow see library/ssl_tls.c /stringop-overflow (workaround no longer works with gcc 11) -%define specflags -Wno-error=format-truncation -Wno-error=stringop-overflow +# maybe-uninitialized fails in tests/suites/test_suite_ssl.function only on i686 builder(???) +%define specflags -Wno-error=format-truncation -Wno-error=stringop-overflow -Wno-error=maybe-unitialized %description mbedTLS is a light-weight open source cryptographic and SSL/TLS