gdi32/tests: Fix a compiler warning.
This commit is contained in:
parent
1590b1f731
commit
976939745d
|
@ -1701,7 +1701,7 @@ static void test_CreateBitmap(void)
|
|||
BITMAP bmp;
|
||||
HDC screenDC = GetDC(0);
|
||||
HDC hdc = CreateCompatibleDC(screenDC);
|
||||
UINT i, expect;
|
||||
UINT i, expect = 0;
|
||||
|
||||
/* all of these are the stock monochrome bitmap */
|
||||
HBITMAP bm = CreateCompatibleBitmap(hdc, 0, 0);
|
||||
|
|
Loading…
Reference in New Issue