From: Lars Knoll Date: Thu, 14 Feb 2013 13:18:59 +0000 (+0100) Subject: Silence compiler X-Git-Tag: upstream/5.2.1~669^2~659^2~246 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=76db0051d97553485b0ead0e5f66ca10fe1374ad;p=platform%2Fupstream%2Fqtdeclarative.git Silence compiler Change-Id: Id248400c50609811baebb1ea710210915e5274c9 Reviewed-by: Simon Hausmann --- diff --git a/tools/v4/main.cpp b/tools/v4/main.cpp index 998a315..f6997eb 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();