Add default case to switch statement

This commit is contained in:
baldurk
2018-10-11 12:02:29 +01:00
parent a6714f4e82
commit eec6efc692
@@ -918,6 +918,7 @@ static uint32_t byteSize(const ResourceFormat &fmt)
{
switch(fmt.type)
{
default:
case ResourceFormatType::R9G9B9E5:
case ResourceFormatType::R5G6B5:
case ResourceFormatType::R5G5B5A1: