dwrite/tests: Silence a compiler warning in test_fontsetbuilder.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
993d1dd2f8
commit
66bd8e3288
|
@ -9105,7 +9105,7 @@ todo_wine
|
|||
static const WCHAR fmtW[] = {'%','u',0};
|
||||
IDWriteLocalizedStrings *values;
|
||||
WCHAR buffW[255], buff2W[255];
|
||||
UINT32 c, ivalue;
|
||||
UINT32 c, ivalue = 0;
|
||||
BOOL exists;
|
||||
|
||||
hr = IDWriteFontSet_GetPropertyValues(fontset, 0, id, &exists, &values);
|
||||
|
|
Loading…
Reference in New Issue