From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29181 invoked from network); 26 Apr 2001 15:33:06 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 26 Apr 2001 15:33:06 -0000 Received: (qmail 23860 invoked by alias); 26 Apr 2001 15:33:00 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 14121 Received: (qmail 23846 invoked from network); 26 Apr 2001 15:32:59 -0000 From: "Bart Schaefer" Message-Id: <1010426153244.ZM13520@candle.brasslantern.com> Date: Thu, 26 Apr 2001 15:32:44 +0000 In-Reply-To: <20010426105825.A1957@dman.com> Comments: In reply to Clint Adams "Re: Or on ReliantUNIX ... RE: Make Failure on SunOS-4.1 (correction)" (Apr 26, 10:58am) References: <1010426143526.ZM13326@candle.brasslantern.com> <001101c0ce60$7621c200$21c9ca95@mow.siemens.ru> <20010426105825.A1957@dman.com> X-Mailer: Z-Mail (5.0.0 30July97) To: zsh-workers@sunsite.dk Subject: Re: Or on ReliantUNIX ... RE: Make Failure on SunOS-4.1 (correction) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Apr 26, 10:58am, Clint Adams wrote: } Subject: Re: Or on ReliantUNIX ... RE: Make Failure on SunOS-4.1 (correcti } } > /tools/src/zsh/Src/Modules/termcap.c 150: [warning]: CFE1550 variable } > "incleanup" was set but never used } > static int incleanup; } } That's puzzling. In each of termcap.c and terminfo.c the only references to `incleanup' are the static declaration and two assignments; it's never tested anywyere. Either it should be tested in getterm{info,cap}, or removed entirely. -- Bart Schaefer Brass Lantern Enterprises http://www.well.com/user/barts http://www.brasslantern.com Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net