From 3b1d3db7937289025ac5c85ba12ba3fea839a9f9 Mon Sep 17 00:00:00 2001 From: Topi Reinio Date: Thu, 20 Jun 2024 11:10:01 +0000 Subject: [PATCH] Doc: Qt Core: Increase warning limit to 2 Technically the Qt Core documentation builds without warnings, but testing in CI two warnings are observed: warning: Already generated qtcore-attribution-extra-cmake-modules.html for this project warning: Already generated qtcore-attribution-kwin.html for this project These pages come from a qtattributionsscanner-generated source file, codeattributions.qdoc. The warnings do not affect the generated output. Increase the documentation warning limit temporarily to let integrations pass. Task-number: QTBUG-126546 Change-Id: Ic8641c69b2818c72af72cdc23161314caf376c27 Reviewed-by: Paul Wicking (cherry picked from commit cec470561df663a7ea8f0a0ab65fb80b50cacb12) Reviewed-by: Qt Cherry-pick Bot --- src/corelib/doc/qtcore.qdocconf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/corelib/doc/qtcore.qdocconf b/src/corelib/doc/qtcore.qdocconf index 4ed46ae6ddb..b30e34f6f69 100644 --- a/src/corelib/doc/qtcore.qdocconf +++ b/src/corelib/doc/qtcore.qdocconf @@ -66,5 +66,5 @@ manifestmeta.highlighted.names = \ "QtCore/Serialization Converter" \ "QtCore/QXmlStream Bookmarks Example" -# Temporarily allow warning: No such parameter 'other' in QFlags::operator=() -warninglimit = 1 +# QTBUG-126546 +warninglimit = 2