Re: winealsa: Fix an uninitialized variable compiler warning.

2012-04-07 Thread Józef Kucia
On Fri, Apr 6, 2012 at 4:31 PM, Andrew Eikum wrote: > Thanks. GCC 4.7 must be smart enough to detect the same if-conditions, > and doesn't issue a warning for me. Kind of impressive, actually. > > Andrew > GCC 4.5 wasn't that smart yet. -- Józef Kucia

Re: winealsa: Fix an uninitialized variable compiler warning.

2012-04-06 Thread Andrew Eikum
Thanks. GCC 4.7 must be smart enough to detect the same if-conditions, and doesn't issue a warning for me. Kind of impressive, actually. Andrew On Fri, Apr 06, 2012 at 02:49:38AM +0200, Józef Kucia wrote: > --- > dlls/winealsa.drv/mmdevdrv.c |2 +- > 1 files changed, 1 insertions(+), 1 delet