summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;