From: Prashant TR Newsgroups: comp.os.msdos.djgpp Subject: Re: compile despite warnings Date: 09 Jun 2000 13:36:32 +0530 Organization: VSNL Lines: 11 Message-ID: References: <3940573D DOT E2F4270F AT ne DOT infi DOT net> NNTP-Posting-Host: ppp-181-126.bng.vsnl.net.in X-Trace: news.vsnl.net.in 960575916 6828 203.197.181.126 (9 Jun 2000 18:38:36 GMT) X-Complaints-To: postmaster AT news DOT vsnl DOT net DOT in NNTP-Posting-Date: 9 Jun 2000 18:38:36 GMT X-Newsreader: Gnus v5.7/Emacs 20.5 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Martell writes: > when i use gcc to compile my source, if it encounters a warning, it wont > > compile, how would i invoke gcc, and with what options, to force it to > finish > compile despite warnings? gcc produces the exe despite warnings. So the EXE must be there. To turn off displaying these warnings, there are several options. Type "info gcc" and you'll see detailed information about this.