Bug 1426997 - Add MOZ_FALLTHROUGH_ASSERT to make it clear that it can never fall through r=hsivonen
MozReview-Commit-ID: KZvVGnlJZtr
This commit is contained in:
@@ -399,6 +399,7 @@ nsHtml5TreeBuilder::characters(const char16_t* buf,
|
||||
continue;
|
||||
}
|
||||
}
|
||||
MOZ_FALLTHROUGH_ASSERT("unreachable");
|
||||
}
|
||||
default: {
|
||||
switch (mode) {
|
||||
|
||||
Reference in New Issue
Block a user