Bugzilla – Bug 157803
twinkle-0.5-6: local variable used before set
Last modified: 2006-05-18 11:30:40 UTC
I just tried to compile package twinkle-0.5-6 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.
please report this upstream. twinkle is maintained
(In reply to comment #1) > please report this upstream. twinkle is maintained If that did any good then I would. It got reported about a month ago to michel@twinklephone.com. The bug still exists in Suse Linux.
fixed with 0.7.1 which is in FACTORY now