From b698106b37e301f87523287b734f785a233e85e7 Mon Sep 17 00:00:00 2001 From: kh1 Date: Mon, 9 May 2011 14:33:20 +0200 Subject: Fix warnings. --- installerbuilder/libinstaller/registertoolchainoperation.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'installerbuilder/libinstaller/registertoolchainoperation.cpp') 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; -- cgit v1.2.3