зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1472103 - Followup: add reason for MOZ_ASSERT_UNREACHABLE. r=me
This commit is contained in:
Родитель
05bd9d2b5e
Коммит
e645cca26f
|
@ -321,7 +321,7 @@ BinASTParser<Tok>::getBoundScope(AssertedScopeKind scopeKind,
|
|||
scope = &parseContext_->functionScope();
|
||||
break;
|
||||
default:
|
||||
MOZ_ASSERT_UNREACHABLE();
|
||||
MOZ_ASSERT_UNREACHABLE("Unexpected AssertedScopeKind");
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче