Fix a huge slew of warnings. r=pavlov

This commit is contained in:
akkana%netscape.com 2000-01-08 01:20:58 +00:00
parent fa82ef41b6
commit 6bd97592f1
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;