From: Damian Yerrick Newsgroups: comp.os.msdos.djgpp Subject: Re: main warnings Organization: Pin Eight Software http://pineight.8m.com/ Message-ID: References: X-Newsreader: Forte Agent 1.7/32.534 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Lines: 26 X-Trace: /K+neUacjb0sN/nlM8FA44Ls9Lj+Z+fnltIXzRaHwE7r/ZPHZAKATA5DkuAYgoniYDaaEb23VOjV!YV15YSlJVcupsev4lq15LJkkI6BiAziDDrMCVUMHJ9b5GR2mJdq5WorlDFmLRPMvgneb05YvKKYz!16SKBw== X-Complaints-To: abuse AT gte DOT net X-Abuse-Info: Please be sure to forward a copy of ALL headers X-Abuse-Info: Otherwise we will be unable to process your complaint properly NNTP-Posting-Date: Sat, 28 Oct 2000 17:41:09 GMT Distribution: world Date: Sat, 28 Oct 2000 17:41:09 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com On Sat, 28 Oct 2000 13:40:36 CEST, "César Martín Cabello" wrote: >I´m a recent djgpp user and i'm still setting the RHIDE config, >and i have a little problem, I'm using ver 2.03 and i can´t >find the -Wmain flag, so when a create a void returning main, >the RHIDE compiler We refer to the compiler as `gcc' >says "Hey bastard, thats an error" (not exactly that way, but more >or less the same) and i have to declare the main as int returning. Turn on -Wall for best results. >PLEASE HELP! (and excuse my english if you can) It was fine. --