Path: utzoo!mnetor!tmsoft!torsqnt!news-server.csri.toronto.edu!cs.utexas.edu!usc!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!davis From: davis@pacific.mps.ohio-state.edu ("John E. Davis") Newsgroups: comp.lang.c Subject: errata: Why does lint complain? Message-ID: Date: 18 Feb 91 01:53:49 GMT References: Sender: news@pacific.mps.ohio-state.edu Reply-To: davis@pacific.mps.ohio-state.edu (John E. Davis) Distribution: comp Organization: "Dept. of Physics, The Ohio State University" Lines: 32 In-reply-to: davis@pacific.mps.ohio-state.edu's message of 17 Feb 91 21:52:36 GMT In article I wrote: [...] Now here is the lint output: [pacific]>lint test.c test.c(9): warning: c may be used before set test.c(9): warning: cur_time may be used before set time value declared inconsistently llib-lc(729) :: test.c(10) exit value declared inconsistently llib-lc(232) :: test.c(19) [pacific]> This should be: [pacific]>lint test.c time value declared inconsistently llib-lc(729) :: test.c(10) exit value declared inconsistently llib-lc(232) :: test.c(19) [pacific]> I posted the wrong lint. Thanks to steve@unidata.ucar.edu (Steve Emmerson) for pointing this out. Also this is on a sun 4 system. Sorry for the inconvenience. -- John bitnet: davis@ohstpy internet: davis@pacific.mps.ohio-state.edu