diff options
author | Edward Welbourne <edward.welbourne@qt.io> | 2022-05-30 11:39:42 +0200 |
---|---|---|
committer | Edward Welbourne <edward.welbourne@qt.io> | 2022-06-10 17:19:42 +0200 |
commit | c9377cd6499e86ee147c3644fb9271a19a199443 (patch) | |
tree | 58ac5e438393cf7c1974bd2269927f738f52f20d /src/qml/doc/snippets | |
parent | b85374f7c015784cc48afc002e9a80545d7caefa (diff) | |
download | qtdeclarative-c9377cd6499e86ee147c3644fb9271a19a199443.tar.gz |
Suppress ES-compiler warnings against the ES-262 test-suite
V4's ES-compiler warns about assorted variables in the ES-262
test-suite being used before declaration. We aren't about to fix that
test-suite, so the warnings are just noise to us. As there are many of
them, they overflow the QTestLib logger's -maxwarnings threshold,
causing actually relevant messages (like test failures) to be lost in
the output.
Install a trivial QLoggingCategory::CategoryFilter to filter out
warnings and debug for the qt.qml.compiler category (and all
sub-categories of it). Condition this on a define so that someone who
actually wants to see those warnings can turn them on.
Pick-to: 6.4
Change-Id: If7decc241b407e816f5d7979b32f31a9f614d30f
Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
Diffstat (limited to 'src/qml/doc/snippets')
0 files changed, 0 insertions, 0 deletions