Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!philabs!cmcl2!harvard!caip!lll-crg!lll-lcc!ucdavis!ucbvax!cad!faustus From: faustus@cad.UUCP (Wayne A. Christopher) Newsgroups: net.lang.c Subject: Re: questions from using lint Message-ID: <276@cad.UUCP> Date: Mon, 5-May-86 23:52:52 EDT Article-I.D.: cad.276 Posted: Mon May 5 23:52:52 1986 Date-Received: Thu, 8-May-86 20:43:17 EDT References: <464@brl-smoke.ARPA> Organization: U. C. Berkeley CAD Group Lines: 9 The thing that RBJ seems to be annoyed about is the fact that lint generates error messages whenever you ignore the return value of close(), unlink(), etc, and it is quite ugly to put (void) in everywhere. However, in my experience if you use the right flags these are the only sort of errors you should ignore (and malloc pointer problems, of course). I would say that the most useful messages lint gives you is argument type/number mismatches... Wayne