Skip to content

Commit

Permalink
Doc: Qt Core: Increase warning limit to 2
Browse files Browse the repository at this point in the history
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.

Pick-to: 6.8
Task-number: QTBUG-126546
Change-Id: Ic8641c69b2818c72af72cdc23161314caf376c27
Reviewed-by: Paul Wicking <paul.wicking@qt.io>
  • Loading branch information
toreinio committed Jun 20, 2024
1 parent d121315 commit cec4705
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/corelib/doc/qtcore.qdocconf
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit cec4705

Please sign in to comment.