Re: [PATCH 2/5] ddraw/tests: Check some more return values (LLVM/Clang).

2009-10-21 Thread Paul Vriens
On 10/16/2009 10:38 AM, Henri Verbeet wrote: diff --git a/dlls/ddraw/tests/d3d.c b/dlls/ddraw/tests/d3d.c index d9b1c72..9104147 100644 --- a/dlls/ddraw/tests/d3d.c +++ b/dlls/ddraw/tests/d3d.c @@ -961,6 +961,7 @@ static BOOL D3D1_createObjects(void) ddsd.dwWidth = 256; ddsd.dwHeight

Re: [PATCH 2/5] ddraw/tests: Check some more return values (LLVM/Clang).

2009-10-21 Thread Henri Verbeet
2009/10/21 Paul Vriens paul.vriens.w...@gmail.com: Should I just get rid of the ok() message and the assignment to hr? Or move the ok() till after the if()? Just remove the ok() and assignment, I think.