diff --git a/src/libs/qmljs/qmljsinterpreter.cpp b/src/libs/qmljs/qmljsinterpreter.cpp
index 010e9c78f9cad09a2fffddde554beaa1a1dd3597..34d7ac95f9e9d7dbdfd70d40ac9ddcebc3e5ef44 100644
--- a/src/libs/qmljs/qmljsinterpreter.cpp
+++ b/src/libs/qmljs/qmljsinterpreter.cpp
@@ -2173,7 +2173,7 @@ bool ASTSignalReference::getSourceLocation(QString *fileName, int *line, int *co
     return true;
 }
 
-const Value *ASTSignalReference::value(Context *context) const
+const Value *ASTSignalReference::value(Context *) const
 {
     return engine()->undefinedValue();
 }