Bug 152211 - twinkle-0.5-3: local variable used before set
Summary: twinkle-0.5-3: local variable used before set
Status: RESOLVED WONTFIX
Alias: None
Product: SUSE LINUX 10.0
Classification: openSUSE
Component: Basesystem (show other bugs)
Version: unspecified
Hardware: All SuSE Linux 10.1
: P5 - None : Normal
Target Milestone: ---
Assignee: Hendrik Vogelsang
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-20 11:06 UTC by David Binderman
Modified: 2006-02-20 11:22 UTC (History)
0 users

See Also:
Found By: Other
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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