summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/libs/installer/remoteobject.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/installer/remoteobject.h b/src/libs/installer/remoteobject.h
index 4a0a21731..53916b9c3 100644
--- a/src/libs/installer/remoteobject.h
+++ b/src/libs/installer/remoteobject.h
@@ -132,7 +132,7 @@ private:
{
// Force compiler error while passing anything different then Dummy* to the function.
// It really doesn't make sense to send any pointer over to the server, so bail early.
- static_cast<Dummy*> (dummy);
+ Q_UNUSED(static_cast<Dummy*> (dummy))
return false;
}