]> git.pld-linux.org Git - packages/mbedtls.git/commitdiff
- disable one more -Werror failing build on th-i686
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 13 Jun 2021 16:48:53 +0000 (18:48 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 13 Jun 2021 16:48:53 +0000 (18:48 +0200)
mbedtls.spec

index 2de020dc99fa8ddbe90e088de44b70a6d203d0d5..1dadecb74a62b76b174a40a1f9af60e1f1ebf7b0 100644 (file)
@@ -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
This page took 0.163571 seconds and 4 git commands to generate.