X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f Date: Sat, 23 Feb 2002 21:54:30 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: "Glenn Jarvis" Message-Id: <1858-Sat23Feb2002215429+0200-eliz@is.elta.co.il> X-Mailer: emacs 21.2.50 (via feedmail 8 I) and Blat ver 1.8.9 CC: djgpp AT delorie DOT com In-reply-to: (gaj@onlink.net) Subject: Re: Question References: <3C76A2A6 DOT D4B4B3BF AT yahoo DOT com> <200202222148 DOT g1MLm0h23431 AT envy DOT delorie DOT com> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: "Glenn Jarvis" > Newsgroups: comp.os.msdos.djgpp > Date: Sat, 23 Feb 2002 14:12:37 -0500 > > Below is what has shown when I attempted to compile .Funny part is, > I turned on the error checking in Watcom to the highest level and > got the same thing. I didn't write this code, ( It came with a > book) and I'm somewhat confused as to why these variables were > placed in the code when they are not used... :) It's probably a left-over from some old code that was deleted. Could be some debugging code, for example. > ackview.c:358: warning: `DoorOpenColumn' might be used uninitialized in this > function You should take a good look at these warnings: this might be a real bug.