commit:     58f67ed970b56897b769d99b37a9b7d874e7fa87
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 11 11:49:22 2024 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Wed Dec 11 11:51:27 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58f67ed9

qt6-build.eclass: pass -Wno-dev by default

Been very noisy and starting to get annoying when trying to
look at the output, don't think they're going to help in
debugging issues downstream.

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 eclass/qt6-build.eclass | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/eclass/qt6-build.eclass b/eclass/qt6-build.eclass
index 75630843c087..f8161447074a 100644
--- a/eclass/qt6-build.eclass
+++ b/eclass/qt6-build.eclass
@@ -156,6 +156,8 @@ qt6-build_src_configure() {
                # cmake defaults to "STATUS" but Qt changes that to "NOTICE" 
which
                # hides a lot of information that is useful for bug reports
                --log-level=STATUS
+               # ...but dev messages are noisy and not really useful downstream
+               -Wno-dev
                # see _qt6-build_create_user_facing_links
                -DINSTALL_PUBLICBINDIR="${QT6_PREFIX}"/bin
                # note that if qtbase was built with tests, this is default ON

Reply via email to