Warning while building

When I build SDL.dll under VC2005, I get this compiler warning:

1>c:\users\mason\documents\sdl-1.3\src\audio\sdl_audio.c(416) : warning C4700: uninitialized local variable ‘istream_len’ used

Is this a problem? The function in question is very long and complex, and I’m not sure if that’s a real issue or not.

Yes, that’s a reminder to Ryan to look at that potentially unsafe and
broken code. :slight_smile:

I should probably enter a bugzilla issue for it, actually.On Mon, Sep 28, 2009 at 9:59 AM, Mason Wheeler wrote:

When I build SDL.dll under VC2005, I get this compiler warning:

1>c:\users\mason\documents\sdl-1.3\src\audio\sdl_audio.c(416) : warning C4700: uninitialized local variable ‘istream_len’ used

Is this a problem? ?The function in question is very long and complex, and I’m not sure if that’s a real issue or not.


SDL mailing list
SDL at lists.libsdl.org
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org


-Sam Lantinga, Founder and President, Galaxy Gameworks LLC