Commit fbf9494b authored by EG Galano's avatar EG Galano Committed by Alexandre Julliard

gdiplus/tests: Make sure return value is used (LLVM/Clang).

parent 0d8f2b36
......@@ -124,6 +124,7 @@ static void test_nextmarker(void)
expect(4, result);
start = end = result = (INT)0xdeadbeef;
stat = GdipPathIterNextMarker(iter, &result, &start, &end);
expect(Ok, stat);
/* start/end remain unchanged */
expect((INT)0xdeadbeef, start);
expect((INT)0xdeadbeef, end);
......
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