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:
Gerald Pfeifer 2019-09-13 08:10:01 +03:00 committed by Alexandre Julliard
parent 993d1dd2f8
commit 66bd8e3288
1 changed files with 1 additions and 1 deletions

View File

@ -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);