summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Mutz <marc.mutz@qt.io>2022-02-26 01:45:42 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-03-03 02:08:57 +0000
commita9bf75bece1325f0e7f83056cc5c6c7468926586 (patch)
tree58737161e7e581d902ddde5fae08e26f46022e62
parent5cb7310be850c82643c2ca504634177cce37586c (diff)
tst_qflags: don't suppress deprecation warnings
... if there aren't any. Change-Id: I8531e0c1c3ca41d1b1a9d55c9d11782bd63b6f76 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io> (cherry picked from commit b2c7f17b940fb7735ff88d9af6e03729a2fdcdd0) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--tests/auto/corelib/global/qflags/tst_qflags.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auto/corelib/global/qflags/tst_qflags.cpp b/tests/auto/corelib/global/qflags/tst_qflags.cpp
index 3179cfc9d2..965b4c045f 100644
--- a/tests/auto/corelib/global/qflags/tst_qflags.cpp
+++ b/tests/auto/corelib/global/qflags/tst_qflags.cpp
@@ -27,7 +27,6 @@
****************************************************************************/
#include <QTest>
-QT_WARNING_DISABLE_DEPRECATED
class tst_QFlags: public QObject
{