summaryrefslogtreecommitdiffstats
path: root/installerbuilder/libinstaller/registertoolchainoperation.cpp
diff options
context:
space:
mode:
authorkh1 <qt-info@nokia.com>2011-05-09 14:33:20 +0200
committerkh1 <qt-info@nokia.com>2011-05-09 14:33:20 +0200
commitb698106b37e301f87523287b734f785a233e85e7 (patch)
treefdf6a2ac6ba7e99a2a3c9610bc97cb122afd033b /installerbuilder/libinstaller/registertoolchainoperation.cpp
parent9cdc4b7db42bb097e486d1e57d969b80bc866b71 (diff)
Fix warnings.
Diffstat (limited to 'installerbuilder/libinstaller/registertoolchainoperation.cpp')
-rw-r--r--installerbuilder/libinstaller/registertoolchainoperation.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/installerbuilder/libinstaller/registertoolchainoperation.cpp b/installerbuilder/libinstaller/registertoolchainoperation.cpp
index 4c3ad95c6..4c2cd8946 100644
--- a/installerbuilder/libinstaller/registertoolchainoperation.cpp
+++ b/installerbuilder/libinstaller/registertoolchainoperation.cpp
@@ -188,8 +188,10 @@ bool RegisterToolChainOperation::undoOperation()
int argCounter = 0;
const QString &toolChainKey = args.at(argCounter++); //Qt SDK:gccPath
+ Q_UNUSED(toolChainKey)
const QString &toolChainType = args.at(argCounter++); //where this toolchain is defined in QtCreator
const QString &displayName = args.at(argCounter++); //nice special Toolchain (Qt SDK)
+ Q_UNUSED(displayName)
const QString &abiString = args.at(argCounter++); //x86-windows-msys-pe-32bit
const QString &compilerPath = args.at(argCounter++); //gccPath
QString debuggerPath;