[Bug 41141] gcc6: d3drm build warnings

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Aug 15 15:22:30 CDT 2016


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

Sergey Isakov <isakov-sl at bk.ru> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |isakov-sl at bk.ru

--- Comment #1 from Sergey Isakov <isakov-sl at bk.ru> ---
Nonsense
~~~
 ‘255 << 24’ requires 33 bits to represent
~~~
255 = 0xFF
255 << 24 = 0xFF000000 requires 32bit to represent.

-- 
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