On 22 April 2011 13:17, Stefan Dösinger stefan@codeweavers.com wrote:
scale = 0;
I thought you cared about the warnings MSVC generates for this kind of thing. :)
-------- Original-Nachricht --------
Datum: Fri, 22 Apr 2011 14:12:26 +0200 Von: Henri Verbeet hverbeet@gmail.com An: wine-devel@winehq.org Betreff: Re: [2/2] wined3d: Scale the depthbias factor by the depth buffer's depth
On 22 April 2011 13:17, Stefan Dösinger stefan@codeweavers.com wrote:
scale = 0;
I thought you cared about the warnings MSVC generates for this kind of thing. :)
Erm, basically yes. But it is tricky to manually think about those warnings when working with gcc. And currently my msvc setup spams much more warnings about missing consts... And that was after I fixed lots of export-related compile/link errors.