Silence compiler
authorLars Knoll <lars.knoll@digia.com>
Thu, 14 Feb 2013 13:18:59 +0000 (14:18 +0100)
committerSimon Hausmann <simon.hausmann@digia.com>
Thu, 14 Feb 2013 13:57:40 +0000 (14:57 +0100)
Change-Id: Id248400c50609811baebb1ea710210915e5274c9
Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
tools/v4/main.cpp

index 998a315..f6997eb 100644 (file)
@@ -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();