Bugzilla – Bug 152211
twinkle-0.5-3: local variable used before set
Last modified: 2006-02-20 11:22:38 UTC
I just tried to compile package twinkle-0.5-3 with the Intel C compiler. It said audio_device.cpp(286): warning #592: variable "dsp_info" is used before its value is set The source code is unsigned char *trash = new unsigned char[dsp_info.bytes]; Suggest initialise local variable "dsp_info" before first use.
twinkle is actively developed report this _upstream_ not here