From 645d2dc11091ba3603db294d7947833123eda9d2 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Sun, 13 Jun 2021 18:48:53 +0200 Subject: [PATCH] - disable one more -Werror failing build on th-i686 --- mbedtls.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.44.0