Path: utzoo!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!rpi!uwm.edu!psuvax1!news From: melling@cs.psu.edu (Michael D Mellinger) Newsgroups: comp.sys.next Subject: Re: Lint or similar c-syntax tools Message-ID: <8?2Gi1c?@cs.psu.edu> Date: 3 Mar 91 16:53:56 GMT References: <2494@amethyst.math.arizona.edu> Sender: news@cs.psu.edu (Usenet) Distribution: comp.sys.next Organization: Penn State Computer Science Lines: 9 In-Reply-To: erik@zeus.uucp's message of 3 Mar 91 08:19:02 GMT Nntp-Posting-Host: sunws5.sys.cs.psu.edu In article <2494@amethyst.math.arizona.edu> erik@zeus.uucp (Erik Schumacher) writes: Does anybody know if lint or a similar c-syntax checker is around for the NeXT ?? cc -Wall -O does a good analysis of your program. You need optimization to get warnings about unused variables, etc. -Mike