Re: comctl32/tests: Using unsigned constants to remove sign comparison warning.

2011-06-01 Thread Marko Nikolic
David Laight wrote: On Fri, May 27, 2011 at 10:09:04PM +0400, Nikolay Sivov wrote: On Fri, May 27, 2011 at 5:16 PM, Marko Nikolic grk...@gmail.com wrote: --- ?dlls/comctl32/tests/treeview.c | ? ?6 +++--- ?1 files changed, 3 insertions(+), 3 deletions(-) diff --git

Re: comctl32/tests: Using unsigned constants to remove sign comparison warning.

2011-05-27 Thread Nikolay Sivov
On Fri, May 27, 2011 at 5:16 PM, Marko Nikolic grk...@gmail.com wrote: ---  dlls/comctl32/tests/treeview.c |    6 +++---  1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dlls/comctl32/tests/treeview.c b/dlls/comctl32/tests/treeview.c index 5fd26a0..b1eb85e 100644 ---

Re: comctl32/tests: Using unsigned constants to remove sign comparison warning.

2011-05-27 Thread David Laight
On Fri, May 27, 2011 at 10:09:04PM +0400, Nikolay Sivov wrote: On Fri, May 27, 2011 at 5:16 PM, Marko Nikolic grk...@gmail.com wrote: --- ?dlls/comctl32/tests/treeview.c | ? ?6 +++--- ?1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dlls/comctl32/tests/treeview.c