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…
Reference in New Issue