From: Jason Green Newsgroups: comp.os.msdos.djgpp Subject: Re: implicite declaration warning? Date: Fri, 04 Aug 2000 21:47:26 +0100 Organization: Customer of Energis Squared Lines: 7 Message-ID: References: <8medee$kd5$1 AT nnrp1 DOT deja DOT com> <398ac18d DOT 19089218 AT news DOT freeserve DOT net> NNTP-Posting-Host: modem-128.florida.dialup.pol.co.uk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: news8.svr.pol.co.uk 965430924 20244 62.137.60.128 (4 Aug 2000 23:15:24 GMT) NNTP-Posting-Date: 4 Aug 2000 23:15:24 GMT X-Complaints-To: abuse AT theplanet DOT net X-Newsreader: Forte Agent 1.7/32.534 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com dontmailme AT iname DOT com (Steamer) wrote: > (Or just put the function `v' before the function that uses it.) Even that won't help if the grader script uses -Wmissing-declarations. Which, BTW, only seems to work for C code, not C++. I don't know if this is intended behaviour.