Eliminate some compiler warnings

git-svn-id: svn://10.0.0.236/trunk@5030 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
kipp
1998-07-03 23:14:21 +00:00
parent 137defc4e7
commit 09ade9fd5b
21 changed files with 46 additions and 85 deletions

View File

@@ -1268,8 +1268,6 @@ PRBool CNavDTD::CanContainIndirect(eHTMLTags aParent,eHTMLTags aChild) const {
}
break;
result=PR_TRUE; break;
default:
break;
}
@@ -2720,8 +2718,7 @@ PRInt32 CNavDTD::ConsumeToken(CToken*& aToken){
nsAutoString temp(aChar);
return ConsumeText(temp,*theScanner,aToken);
}
else return ConsumeWhitespace(aChar,*theScanner,aToken);
break;
return ConsumeWhitespace(aChar,*theScanner,aToken);
} //switch
break;
} //switch