dolphin/Source/UnitTests
Michael Maltese b305a6c575 VertexLoaderTest: fix maybe-uninitialized warning
Fixes warning:

```
../Source/UnitTests/VideoCommon/VertexLoaderTest.cpp:222:15: error: variable 'f' may be uninitialized when used here [-Werror,-Wconditional-uninitialized]
    ExpectOut(f * scale);
              ^
../Source/UnitTests/VideoCommon/VertexLoaderTest.cpp:198:12: note: initialize the variable 'f' to silence this warning
    float f, g;
           ^
            = 0.0
../Source/UnitTests/VideoCommon/VertexLoaderTest.cpp:223:15: error: variable 'g' may be uninitialized when used here [-Werror,-Wconditional-uninitialized]
    ExpectOut(g * scale);
              ^
../Source/UnitTests/VideoCommon/VertexLoaderTest.cpp:198:15: note: initialize the variable 'g' to silence this warning
    float f, g;
              ^
               = 0.0
```
2017-03-31 13:51:20 -07:00
..
Common Merge pull request #5155 from ligfx/expecttruefalse 2017-03-26 14:53:17 +13:00
Core CoreTimingTest: make AdvanceAndCheck() static (fix warning) 2017-03-24 21:37:34 -07:00
TestUtils StubHost: remove unused Host_RequestFullscreen() 2017-03-24 16:41:12 -07:00
VideoCommon VertexLoaderTest: fix maybe-uninitialized warning 2017-03-31 13:51:20 -07:00
CMakeLists.txt CMakeLists: Normalize whitespace 2017-03-01 14:53:23 -05:00
UnitTests.vcxproj OpenAL: Move Windows binaries to lib folder and fix CMake detection 2017-02-03 04:54:54 +01:00
UnitTests.vcxproj.user msvc: get UnitTests compiling 2014-09-01 21:27:45 -07:00