Fixed warnings & bogus qualifier.

git-svn-id: svn://10.0.0.236/trunk@82367 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rogerl%netscape.com
2000-11-07 01:09:45 +00:00
parent 27b98e663c
commit b095cbfba5
4 changed files with 10 additions and 4 deletions

View File

@@ -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;