home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.next.programmer
- Path: sparky!uunet!trirex!root
- From: mmelling @Trirex.com(Michael Mellinger)
- Subject: Re: Lint for Next? (SUMMARY)
- Message-ID: <1992Jul29.020712.1211@Trirex.COM>
- Sender: root@Trirex.COM (Operator)
- Organization: Trirex Systems Inc.
- References: <1992Jul24.032523.10457@newsgate.sps.mot.com>
- Date: Wed, 29 Jul 1992 02:07:12 GMT
- Lines: 16
-
- In article <1992Jul24.032523.10457@newsgate.sps.mot.com>
- gregf@shaman.sps.mot.com (Greg Ferguson) writes:
- > Well, it appears that a true lint doesn't exist. Here's the notes
- that've
- > come in today. It's unanimous for "cc -Wall file.c", for better or
- worse.
- >
- > Maybe release 3.0...
-
- Turn optimization on too (-O) to get more information. The dataflow
- analysis stage gives your more information about unreachable code, etc.
-
- This question should be in the FAQ list. It gets asked several times a
- year.
-
- -Mike
-