[Bug 38337] clang compiling warnings

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Feb 26 22:20:13 CST 2019


https://bugs.winehq.org/show_bug.cgi?id=38337

--- Comment #21 from Sergey Isakov <isakov-sl at bk.ru> ---
/Volumes/MacHD/Users/sergey/Documents/Projects/winehq/dlls/winex11.drv/pen.c:50:56:
warning: implicit conversion from 'int' to 'char' changes value from 255 to -1
[-Wconstant-conversion]
    for (i = 0; i < pos; i++) res[i] = min( dashes[i], 255 );
                                     ~                 ^~~
------------------------------

signed <-> unsigned errors again

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list