Bug 158255

Summary: zsh-4.2.6-8: 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-03-15 15:07:28 UTC
I just tried to compile package zsh-4.2.6-8 with the Intel C compiler.

It said

zle_thingy.c(648): warning #592: variable "modsave" is used before its value is set

The source code is

	zmod = modsave;

Suggest initialise local variable "modsave" before first use.
Comment 1 Hendrik Vogelsang 2006-03-17 11:54:16 UTC
please report this upstream. zsh is maintained.