cleaned up linux warnings, minor debugger tweaks

git-svn-id: svn://10.0.0.236/trunk@74039 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rginda%netscape.com
2000-07-11 23:08:03 +00:00
parent 0fc26ac4c5
commit f86893a190
12 changed files with 60 additions and 24 deletions

View File

@@ -3149,7 +3149,7 @@ JS::StmtNode *JS::Parser::parseTry(uint32 pos)
//
// If the first token was peeked, it should be have been done with preferRegExp set to true.
// After parseStatement finishes, the next token might have been peeked with preferRegExp set to true.
JS::StmtNode *JS::Parser::parseStatement(bool topLevel, bool inSwitch, SemicolonState &semicolonState)
JS::StmtNode *JS::Parser::parseStatement(bool /*topLevel*/, bool inSwitch, SemicolonState &semicolonState)
{
StmtNode *s;
ExprNode *e = 0;