Fix a huge slew of warnings. r=pavlov

git-svn-id: svn://10.0.0.236/trunk@57141 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
akkana%netscape.com 2000-01-08 01:20:58 +00:00
parent 5de78f2d37
commit bf073d110f
2 changed files with 8 additions and 0 deletions

View File

@ -436,6 +436,8 @@ nsHTMLFragmentContentSink::OpenContainer(const nsIParserNode& aNode)
// XXX if navigator_quirks_mode (only body in html supports background)
AddBaseTagInfo(content);
break;
default: // eliminate warnings
break;
}
}
@ -492,6 +494,8 @@ nsHTMLFragmentContentSink::AddLeaf(const nsIParserNode& aNode)
case eHTMLTag_base:
ProcessBaseTag(content);
break;
default: // eliminate warnings
break;
}
}
break;

View File

@ -436,6 +436,8 @@ nsHTMLFragmentContentSink::OpenContainer(const nsIParserNode& aNode)
// XXX if navigator_quirks_mode (only body in html supports background)
AddBaseTagInfo(content);
break;
default: // eliminate warnings
break;
}
}
@ -492,6 +494,8 @@ nsHTMLFragmentContentSink::AddLeaf(const nsIParserNode& aNode)
case eHTMLTag_base:
ProcessBaseTag(content);
break;
default: // eliminate warnings
break;
}
}
break;