aboutsummaryrefslogtreecommitdiffstats
path: root/src/shared/registryaccess
diff options
context:
space:
mode:
authorRobert Loehning <robert.loehning@nokia.com>2010-04-30 13:32:39 +0200
committerRobert Loehning <robert.loehning@nokia.com>2010-04-30 13:34:12 +0200
commitac517807eaf637ebb2b233d7763c32642d47e2eb (patch)
treed8bb4b8c107827cecab3d70ac38cf2651740d66f /src/shared/registryaccess
parenta813396b3e9a64d32dab05bc0b0f11cd10ae8028 (diff)
Using Q_UNUSED to avoid warnings from MinGW
Diffstat (limited to 'src/shared/registryaccess')
-rw-r--r--src/shared/registryaccess/registryaccess.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/registryaccess/registryaccess.cpp b/src/shared/registryaccess/registryaccess.cpp
index f4148d06d5..3b0c8ae90e 100644
--- a/src/shared/registryaccess/registryaccess.cpp
+++ b/src/shared/registryaccess/registryaccess.cpp
@@ -104,6 +104,7 @@ bool openRegistryKey(HKEY category, // HKEY_LOCAL_MACHINE, etc.
HKEY *keyHandle,
QString *errorMessage)
{
+ Q_UNUSED(debuggerRegistryKeyC); // avoid warning from MinGW
REGSAM accessRights = KEY_READ;
if (readWrite)