commit:     bb9d71b405a041072231f2c6b7478a89e02ac787
Author:     Eli Schwartz <eschwartz93 <AT> gmail <DOT> com>
AuthorDate: Wed May 22 00:56:19 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed May 22 01:06:18 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb9d71b4

sys-block/fio: add whitelist for false positive configure implicit decls

fio has always added its own -Werror at configure time for the same
effect as GCC 14.

Closes: https://bugs.gentoo.org/904276
Signed-off-by: Eli Schwartz <eschwartz93 <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-block/fio/fio-3.34.ebuild | 6 ++++++
 sys-block/fio/fio-3.36.ebuild | 6 ++++++
 2 files changed, 12 insertions(+)

diff --git a/sys-block/fio/fio-3.34.ebuild b/sys-block/fio/fio-3.34.ebuild
index a6ad49a67e9c..734bccd2c3c0 100644
--- a/sys-block/fio/fio-3.34.ebuild
+++ b/sys-block/fio/fio-3.34.ebuild
@@ -63,6 +63,12 @@ PATCHES=(
        "${FILESDIR}"/fio-2.2.13-libmtd.patch
 )
 
+QA_CONFIG_IMPL_DECL_SKIP+=(
+       # Internally uses -Werror=implicit-function-declaration for all 
configure
+       # checks. bug #904276
+       '*'
+)
+
 src_prepare() {
        default
 

diff --git a/sys-block/fio/fio-3.36.ebuild b/sys-block/fio/fio-3.36.ebuild
index 5c3e73c4de29..ec857eef708e 100644
--- a/sys-block/fio/fio-3.36.ebuild
+++ b/sys-block/fio/fio-3.36.ebuild
@@ -63,6 +63,12 @@ PATCHES=(
        "${FILESDIR}"/fio-2.2.13-libmtd.patch
 )
 
+QA_CONFIG_IMPL_DECL_SKIP+=(
+       # Internally uses -Werror=implicit-function-declaration for all 
configure
+       # checks. bug #904276
+       '*'
+)
+
 src_prepare() {
        default
 

Reply via email to