Bug 158255 - zsh-4.2.6-8: local variable used before set
Summary: zsh-4.2.6-8: 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-03-15 15:07 UTC by David Binderman
Modified: 2006-03-17 11:54 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-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.