mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 822025 - nsCSSFrameConstructor.cpp:9752:7: warning: variable 'wrapperType' is used uninitialized whenever switch default is taken. r=bz.
This commit is contained in:
parent
d599a1c9c4
commit
d2dbf348b9
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user