Re: TestBot job 11094 results: Re: comctl32/tests: Add casts to avoid comparison of different int types. [take 2]

2011-05-23 Thread Gerald Pfeifer
On Mon, 23 May 2011, Marvin wrote: VM StatusNumber of test failures WINEBUILDcompleted WNT4WSSP6completed 0 W2KPROSP4completed 0 WXPPROSP3completed 0 W2K3R2SESP2 failed WVISTAADMcompleted 0

Re: comctl32/tests: Add casts to avoid comparison of different int types. [take 2]

2011-05-22 Thread Gerald Pfeifer
On Wed, 16 Feb 2011, Alexandre Julliard wrote: This is the first hunk of a patch a few days ago; testbot.winehq.org thinks it's fine: https://testbot.winehq.org/JobDetails.pl?Key=9291 You don't need casts. If the variable has the wrong type you can change that. At first I didn't realize what

Re: comctl32/tests: Add casts to avoid comparison of different int types. [take 2]

2011-02-16 Thread Alexandre Julliard
Gerald Pfeifer ger...@pfeifer.com writes: This is the first hunk of a patch a few days ago; testbot.winehq.org thinks it's fine: https://testbot.winehq.org/JobDetails.pl?Key=9291 You don't need casts. If the variable has the wrong type you can change that. -- Alexandre Julliard