Gerald Pfeifer : dwrite/tests: Silence a compiler warning in test_fontsetbuilder.
Module: wine Branch: master Commit: 66bd8e3288d73c0b87151b7ae8d5e95d01e0a4f3 URL: https://source.winehq.org/git/wine.git/?a=commit;h=66bd8e3288d73c0b87151b7ae... Author: Gerald Pfeifer <gerald(a)pfeifer.com> Date: Fri Sep 13 08:10:01 2019 +0300 dwrite/tests: Silence a compiler warning in test_fontsetbuilder. Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/dwrite/tests/font.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/dwrite/tests/font.c b/dlls/dwrite/tests/font.c index 309c0a2b08..7d434222a3 100644 --- a/dlls/dwrite/tests/font.c +++ b/dlls/dwrite/tests/font.c @@ -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);
participants (1)
-
Alexandre Julliard