Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: 3.1.6-pre-1: remove variable warnings
- X-seq: zsh-workers 7190
- From: Sven Wischnowsky <wischnow@xxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: Re: PATCH: 3.1.6-pre-1: remove variable warnings
- Date: Mon, 19 Jul 1999 08:34:18 +0200 (MET DST)
- In-reply-to: Wayne Davison's message of Sat, 17 Jul 1999 17:09:47 -0700 (PDT)
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
Wayne Davison wrote:
> I tweaked the code to remove two warnings about potential uses of
> variables before they were defined. I'm not sure if the first one
> (for "cl" in complistmatches()) should be initialized to -1 or 0,
> so I chose -1.
Oops. -1 is fine. Thanks. (Why does gcc complain about uninitialised
variables only when compiling with optimisation? Grrr.)
Bye
Sven
--
Sven Wischnowsky wischnow@xxxxxxxxxxxxxxxxxxxxxxx
Messages sorted by:
Reverse Date,
Date,
Thread,
Author