Bug 156964 - penguin-command-1.6.6-195: local variable used before set
Summary: penguin-command-1.6.6-195: local variable used before set
Status: RESOLVED FIXED
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: Vladimir Nadvornik
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-10 10:06 UTC by David Binderman
Modified: 2006-03-24 10:43 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-03-10 10:06:47 UTC
I just tried to compile package penguin-command-1.6.6-195 with the Intel C compiler.

It said

options.c(145): warning #592: variable "WaitEvent" is used before its value is set

The source code is

    while ((WaitEvent.type!=SDL_KEYDOWN)&&(WaitEvent.type!=SDL_MOUSEBUTTONDOWN)) {

Suggest initialise local variable "WaitEvent" before first use.
Comment 1 Vladimir Nadvornik 2006-03-24 10:43:44 UTC
fixed