Commit 0a649054 authored by Austin English's avatar Austin English Committed by Alexandre Julliard

gdi32/tests: Make sure to use return value (LLVM/Clang).

parent 3391c28d
......@@ -1136,6 +1136,7 @@ static void test_GetGlyphIndices(void)
lf.lfCharSet = ANSI_CHARSET;
hfont = CreateFontIndirectA(&lf);
ok(hfont != 0, "CreateFontIndirectEx failed\n");
ok(GetTextMetrics(hdc, &textm), "GetTextMetric failed\n");
if (textm.tmCharSet == ANSI_CHARSET)
{
......
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