Re: dlls/d3d9/tests/visual.c -- address five compiler warnings (RESEND)

2008-01-25 Thread Gerald Pfeifer
On Mon, 14 Jan 2008, Alexandre Julliard wrote: >> @@ -4348,12 +4349,12 @@ static void vshader_version_varying_test >> "vs_3_0 returned color 0x%08x, expected 0x00203366\n", color); >> color = getPixelColor(device, 160, 360); >> ok((color & 0x00ff) >= 0x003c && (color & 0x0

Re: dlls/d3d9/tests/visual.c -- address five compiler warnings (RESEND)

2008-01-14 Thread Alexandre Julliard
Gerald Pfeifer <[EMAIL PROTECTED]> writes: > @@ -4348,12 +4349,12 @@ static void vshader_version_varying_test > "vs_3_0 returned color 0x%08x, expected 0x00203366\n", color); > color = getPixelColor(device, 160, 360); > ok((color & 0x00ff) >= 0x003c && (color & 0x00ff