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

This commit is contained in:
EG Galano 2011-02-05 00:21:00 -08:00 committed by Alexandre Julliard
parent 0d8f2b364c
commit fbf9494b89
1 changed files with 1 additions and 0 deletions

View File

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