Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!burl!ulysses!allegra!mit-eddie!think!harvard!seismo!brl-adm!brl-smoke!smoke!gwyn@BRL.ARPA From: gwyn@BRL.ARPA (VLD/VMB) Newsgroups: net.lang.c Subject: Re: questions from using lint Message-ID: <518@brl-smoke.ARPA> Date: Sat, 3-May-86 13:20:43 EDT Article-I.D.: brl-smok.518 Posted: Sat May 3 13:20:43 1986 Date-Received: Tue, 6-May-86 03:48:01 EDT Sender: news@brl-smoke.ARPA Lines: 4 Failure to examine the value returned by a function is probably an error; at the very least, a deliberate decision should be made to ignore it (which is the PROPER use of the (void) cast). This does not apply to assignments. "Lint" makes the proper distinction between these cases.