summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@digia.com>2013-02-14 14:18:59 +0100
committerSimon Hausmann <simon.hausmann@digia.com>2013-02-14 14:57:40 +0100
commit76db0051d97553485b0ead0e5f66ca10fe1374ad (patch)
tree1da311dcb49aba5fcd14bf48d5ae3679b7931422 /tools
parent99fec393722cbc2840f6c12ae5cde1f90690135d (diff)
Silence compiler
Change-Id: Id248400c50609811baebb1ea710210915e5274c9 Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/v4/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/v4/main.cpp b/tools/v4/main.cpp
index 998a315d..f6997eb7 100644
--- a/tools/v4/main.cpp
+++ b/tools/v4/main.cpp
@@ -103,7 +103,7 @@ struct GC: public FunctionObject
vtbl = &static_vtbl;
name = scope->engine->newString("gc");
}
- static Value call(Managed *, ExecutionContext *ctx, const Value &, Value *args, int argc)
+ static Value call(Managed *, ExecutionContext *ctx, const Value &, Value *, int)
{
ctx->engine->memoryManager->runGC();
return Value::undefinedValue();