Re: comctl32/tests: Removed sign comparison warning in datetime tests.

2011-10-05 Thread Marko Nikolic
Joris Huizer wrote: > On 10/05/2011 04:43 PM, Marko Nikolic wrote: >> static void test_mccolor_types(HWND hWndDateTime, int mccolor_type, const >> char* mccolor_name) >> { >> -LRESULT r; >> -COLORREF theColor, prevColor; >> +//LRESULT r; >> +COLORREF theColor, prevColor, crColor;

Re: comctl32/tests: Removed sign comparison warning in datetime tests.

2011-10-05 Thread Joris Huizer
On 10/05/2011 04:43 PM, Marko Nikolic wrote: static void test_mccolor_types(HWND hWndDateTime, int mccolor_type, const char* mccolor_name) { -LRESULT r; -COLORREF theColor, prevColor; +//LRESULT r; +COLORREF theColor, prevColor, crColor; Please avoid C++/C99-style comments i