Fixed Mac errors and warnings

git-svn-id: svn://10.0.0.236/trunk@75439 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
waldemar%netscape.com
2000-08-02 23:09:29 +00:00
parent 4a24980381
commit e2aaf776e5
12 changed files with 38 additions and 38 deletions

View File

@@ -114,7 +114,7 @@ JavaScript::Debugger::Shell jsd(world, stdin, JavaScript::stdOut,
JavaScript::stdOut, &ResolveFile);
#endif
static JSValue print(Context *cx, const JSValues &argv)
static JSValue print(Context *, const JSValues &argv)
{
size_t n = argv.size();
if (n > 1) { // the 'this' parameter is un-interesting
@@ -126,7 +126,7 @@ static JSValue print(Context *cx, const JSValues &argv)
return kUndefinedValue;
}
static JSValue dump(Context *cx, const JSValues &argv)
static JSValue dump(Context *, const JSValues &argv)
{
size_t n = argv.size();
if (n > 1) { // the 'this' parameter is un-interesting