[PATCH] comctl32: isolate condition to avoid compiler warnings.

Nikolay Sivov bunglehead at gmail.com
Sun Jun 12 14:46:29 CDT 2016


Hi, Hadrien.

What is the compiler you're testing with and what kind of warnings do
you see? Is it misleading indentation from gcc 6 by any chance?

> -    if (len == -1) goto end; buf += len; size -= len;
> +    if (len == -1) goto end;
> +	buf += len; size -= len;

Reformatting it like that is even more misleading.



More information about the wine-devel mailing list