Commit 03885ef4 authored by Zhiyi Zhang's avatar Zhiyi Zhang Committed by Alexandre Julliard

dxgi/tests: Fix uninitialized variable warnings.

parent c82c63f5
......@@ -2123,7 +2123,7 @@ static void test_get_containing_output(void)
{-49, -50}, {-50, -50}, {-51, -50},
{-49, -51}, {-50, -51}, {-51, -51},
};
unsigned int x, y;
unsigned int x = 0, y = 0;
switch (i)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment