summaryrefslogtreecommitdiffstats
path: root/qmake/library/registry.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'qmake/library/registry.cpp')
-rw-r--r--qmake/library/registry.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qmake/library/registry.cpp b/qmake/library/registry.cpp
index 3391ab9512..930e8e2ee6 100644
--- a/qmake/library/registry.cpp
+++ b/qmake/library/registry.cpp
@@ -147,7 +147,7 @@ QString qt_readRegistryKey(HKEY parentHandle, const QString &rSubkey, unsigned l
RegCloseKey(handle);
#else
Q_UNUSED(parentHandle);
- Q_UNUSED(rSubkey)
+ Q_UNUSED(rSubkey);
Q_UNUSED(options);
#endif