зеркало из https://github.com/mozilla/gecko-dev.git
Bug 822025 - nsCSSFrameConstructor.cpp:9752:7: warning: variable 'wrapperType' is used uninitialized whenever switch default is taken. r=bz.
This commit is contained in:
Родитель
4d20bfdcc1
Коммит
471ec1efe6
|
@ -9757,7 +9757,7 @@ nsCSSFrameConstructor::CreateNeededTablePseudos(nsFrameConstructorState& aState,
|
|||
eTypeColGroup : eTypeRowGroup;
|
||||
break;
|
||||
default:
|
||||
NS_NOTREACHED("Colgroups should be suppresing non-col child items");
|
||||
MOZ_NOT_REACHED("Colgroups should be suppresing non-col child items");
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче