commit 645d2dc11091ba3603db294d7947833123eda9d2
Author: Jakub Bogusz <[email protected]>
Date: Sun Jun 13 18:48:53 2021 +0200
- 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
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/mbedtls.git/commitdiff/645d2dc11091ba3603db294d7947833123eda9d2
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit