mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-12 22:56:52 +01:00
Merge pull request #5168 from ligfx/vertexloadertestuninitialized
VertexLoaderTest: fix maybe-uninitialized warning
This commit is contained in:
commit
67e950d02c
@ -218,6 +218,8 @@ TEST_P(VertexLoaderParamTest, PositionAll)
|
||||
f = *iter++;
|
||||
g = *iter++;
|
||||
break;
|
||||
default:
|
||||
FAIL() << "Unknown format";
|
||||
}
|
||||
ExpectOut(f * scale);
|
||||
ExpectOut(g * scale);
|
||||
|
Loading…
x
Reference in New Issue
Block a user