diff --git a/Source/UnitTests/VideoCommon/VertexLoaderTest.cpp b/Source/UnitTests/VideoCommon/VertexLoaderTest.cpp index d96694fbb8..54df13351a 100644 --- a/Source/UnitTests/VideoCommon/VertexLoaderTest.cpp +++ b/Source/UnitTests/VideoCommon/VertexLoaderTest.cpp @@ -218,6 +218,8 @@ TEST_P(VertexLoaderParamTest, PositionAll) f = *iter++; g = *iter++; break; + default: + FAIL() << "Unknown format"; } ExpectOut(f * scale); ExpectOut(g * scale);