Bug 152211

Summary: twinkle-0.5-3: local variable used before set
Product: [openSUSE] SUSE LINUX 10.0 Reporter: David Binderman <dcb314>
Component: BasesystemAssignee: Hendrik Vogelsang <hvogel>
Status: RESOLVED WONTFIX QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None    
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: SuSE Linux 10.1   
Whiteboard:
Found By: Other Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description David Binderman 2006-02-20 11:06:22 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.
Comment 1 Hendrik Vogelsang 2006-02-20 11:22:38 UTC
twinkle is actively developed report this _upstream_ not here