home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: gnu.gcc.help
- Path: sparky!uunet!stan!imp
- From: imp@solbourne.com (Warner Losh)
- Subject: Re: lint
- Message-ID: <BvvI7M.6oI@solbourne.com>
- Organization: ParcPlace Boulder
- References: <herman.718468501@phage> <1992Oct7.165412.2404@thyme.jpl.nasa.gov> <1992Oct9.060310.1885@organpipe.uug.arizona.edu>
- Date: Fri, 9 Oct 1992 21:26:09 GMT
- Lines: 19
-
- In article <1992Oct9.060310.1885@organpipe.uug.arizona.edu>
- dave@cs.arizona.edu (Dave Schaumann) writes:
- > -pedantic
- > Issue all the warnings demanded by strict ANSI standard
- > C; reject all programs that use forbidden extensions.
- > There is no reason to use this option; it exists only to
- > satisfy pedants.
-
- #ifdef foo
- ...
- #endif foo
-
- will generate a warning iff -pedantic is specified. I think this is
- the only thing that it does.
-
- Warner
- --
- Warner Losh imp@parcplace.COM ParcPlace Boulder
- I've almost finished my brute force solution to subtlety.
-