diff --git a/cfg/qt.cfg b/cfg/qt.cfg index aaf0cf135..b6aa70ea7 100644 --- a/cfg/qt.cfg +++ b/cfg/qt.cfg @@ -5170,7 +5170,7 @@ - + diff --git a/test/cfg/qt.cpp b/test/cfg/qt.cpp index da3735018..eeeb1659d 100644 --- a/test/cfg/qt.cpp +++ b/test/cfg/qt.cpp @@ -420,8 +420,9 @@ void MacroTest3() QVERIFY2(2 >= 0, message.constData()); } -void validCode(int * pIntPtr, QString & qstrArg) +void validCode(int * pIntPtr, QString & qstrArg, double d) { + Q_UNUSED(d) if (QFile::exists("test")) {} if (pIntPtr != Q_NULLPTR) {