Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/5/84; site gondor.UUCP Path: utzoo!watmath!clyde!cbosgd!ukma!psuvm.bitnet!psuvax1!gondor!steve From: steve@gondor.UUCP (Stephen J. Williams) Newsgroups: net.lang.c Subject: Re: Question about LINT Message-ID: <2093@gondor.UUCP> Date: Sat, 12-Apr-86 19:25:10 EST Article-I.D.: gondor.2093 Posted: Sat Apr 12 19:25:10 1986 Date-Received: Sun, 20-Apr-86 17:55:25 EST References: <5000041@inmet> Reply-To: steve@gondor.UUCP (Stephen J. Williams) Organization: Pennsylvania State Univ. Lines: 16 In article <5000041@inmet> az@inmet.UUCP writes: > > If one has a function which is sometimes called as a procedure >(ignoring returned value) is there a way to tell lint not to >complain about this? > Thanks in advance. > Alex Zatsman. caste it as void... (void) function (parms... ) You can even declare funcions as viod. This is how you get "procedures" in C, which only has functions. Nicht war? --Scal