[1/5] wined3d: Make the glram parameter of WineD3DAdapterChangeGLRam signed

Stefan Dösinger stefan at codeweavers.com
Fri May 13 05:45:53 CDT 2011


This is another set of msvc warning fixes. The patches should be mostly 
independent of each other.

msvc generates a warning when using a unary minus with an unsigned value. I 
don't know what the best way to handle this is. Ignore it? Subtract the value 
from zero?(what I've done here)? Cast to signed?
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-wined3d-Make-the-glram-parameter-of-WineD3DAdapterCh.patch
Type: text/x-patch
Size: 2290 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20110513/90ce1779/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part.
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20110513/90ce1779/attachment.pgp>


More information about the wine-patches mailing list