Bugzilla – Bug 156964
penguin-command-1.6.6-195: local variable used before set
Last modified: 2006-03-24 10:43:44 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.
fixed