qt5base-lts/tests/auto/corelib/io
Marc Mutz 6cc830f7a6 tst_QFile: fix GCC -Wignored-qualifiers
The decltype() of a const auto variable will be const T, for some
T. GCC warns that in the static_cast, said const is ignored.

Fix by not casting, but declaring a variable of fitting type. Add a
scope so the next reader doesn't have to go hunting for further uses
of 'readResult' or, now, 'expected'.

Change-Id: Iebc828a522810c6f2514fb3542d8c76c755ec7a5
Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
2021-07-09 17:59:01 +02:00
..
largefile Move QEMU emulation detector to QTest 2021-02-13 10:02:51 +02:00
qabstractfileengine Remove the qmake project files 2021-01-07 15:32:28 +01:00
qbuffer Remove the qmake project files 2021-01-07 15:32:28 +01:00
qdataurl Remove the qmake project files 2021-01-07 15:32:28 +01:00
qdebug Remove the qmake project files 2021-01-07 15:32:28 +01:00
qdir Unify behavior for long path or UNC prefix removal 2021-06-05 01:16:06 +02:00
qdiriterator Remove the qmake project files 2021-01-07 15:32:28 +01:00
qfile tst_QFile: fix GCC -Wignored-qualifiers 2021-07-09 17:59:01 +02:00
qfileinfo Implement QFileInfo::junctionTarget(), adjust auto-test 2021-06-05 01:16:06 +02:00
qfileselector Remove the qmake project files 2021-01-07 15:32:28 +01:00
qfilesystementry Fix QSaveFile and QTemporaryFile issues with windows network shares 2021-05-11 13:22:44 +02:00
qfilesystemmetadata Remove the qmake project files 2021-01-07 15:32:28 +01:00
qfilesystemwatcher Remove the qmake project files 2021-01-07 15:32:28 +01:00
qiodevice Run tst_QIODevice::skip() on random-access device 2021-07-03 21:47:19 +03:00
qipaddress Disable security warnings from MSVC in tests 2021-03-17 17:22:00 +01:00
qlockfile Remove .prev_CMakeLists.txt files 2021-01-12 20:59:13 +01:00
qloggingcategory Remove the qmake project files 2021-01-07 15:32:28 +01:00
qloggingregistry QLoggingSettingsParser: port setContent() to QStringView 2021-06-16 13:22:18 +02:00
qnodebug Remove the qmake project files 2021-01-07 15:32:28 +01:00
qprocess tst_QProcess: increase wait time and remove ill-advised QCOMPARE 2021-05-03 20:43:01 +00:00
qprocess-noapplication Remove the qmake project files 2021-01-07 15:32:28 +01:00
qprocessenvironment Remove the qmake project files 2021-01-07 15:32:28 +01:00
qresourceengine Remove the qmake project files 2021-01-07 15:32:28 +01:00
qsavefile Remove the qmake project files 2021-01-07 15:32:28 +01:00
qsettings tst_qsettings: reliably remove the empty.ini file 2021-06-11 20:25:05 +02:00
qstandardpaths Remove the qmake project files 2021-01-07 15:32:28 +01:00
qstorageinfo Remove the qmake project files 2021-01-07 15:32:28 +01:00
qtemporarydir Unify behavior for long path or UNC prefix removal 2021-06-05 01:16:06 +02:00
qtemporaryfile Unify behavior for long path or UNC prefix removal 2021-06-05 01:16:06 +02:00
qurl Fix QUrl::fromLocalFile with long path prefix 2021-05-19 21:38:38 +02:00
qurlinternal Remove the qmake project files 2021-01-07 15:32:28 +01:00
qurlquery Remove the qmake project files 2021-01-07 15:32:28 +01:00
CMakeLists.txt tst_qprocess: enable test again for cross-compilations 2021-02-16 07:26:19 +02:00