Re: [PATCH] comctl32: isolate condition to avoid compiler warnings.
12 Jun
2016
12 Jun
'16
7:46 p.m.
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.
3472
Age (days ago)
3472
Last active (days ago)
0 comments
1 participants
participants (1)
-
Nikolay Sivov