removed a few warnings

git-svn-id: svn://10.0.0.236/trunk@84559 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rickg%netscape.com
2001-01-08 06:21:00 +00:00
parent d3fb18f4ea
commit d391c75b1a
4 changed files with 4 additions and 10 deletions

View File

@@ -1299,10 +1299,7 @@ CToken* nsTokenAllocator::CreateTokenOfType(eHTMLTokenTypes aType,eHTMLTags aTag
#ifdef DEBUG_TRACK_NODES
static nsCParserNode* gAllNodes[100];
static nsCParserNode* gLooseNodes[100];
static int gAllNodeCount=0;
static int gLooseNodeCount=0;
int FindNode(nsCParserNode *aNode) {
int theIndex=0;
@@ -1319,7 +1316,7 @@ void AddNode(nsCParserNode *aNode) {
gAllNodes[gAllNodeCount++]=aNode;
}
else {
int x=10; //you tried to recycle a node twice!
//you tried to recycle a node twice!
}
}