Fixed warnings & bogus qualifier.
git-svn-id: svn://10.0.0.236/trunk@82367 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -173,7 +173,7 @@ static JSValue load(Context *cx, const JSValues &argv)
|
||||
|
||||
static bool goGeorge = false;
|
||||
|
||||
static JSValue george(Context *cx, const JSValues &argv)
|
||||
static JSValue george(Context *, const JSValues &)
|
||||
{
|
||||
goGeorge = !goGeorge;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user