From: Martell Newsgroups: comp.os.msdos.djgpp Subject: compile despite warnings Date: Thu, 08 Jun 2000 22:32:29 -0400 Organization: InfiNet Lines: 12 Message-ID: <3940573D.E2F4270F@ne.infi.net> NNTP-Posting-Host: ebtna010-0098.splitrock.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 4.04 [en] (Win95; U) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com 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? as of right now i do this: gcc mysource.cc -o prog.exe -Jeremiah