From: "Martin Ambuhl" Newsgroups: comp.os.msdos.djgpp Subject: Re: Display question... Date: Sun, 30 Aug 1998 04:48:51 -0400 Organization: Nocturnal Aviation Lines: 22 Message-ID: <6sb3e8$hr3@news-central.tiac.net> References: <35E4E7EF DOT CF07B3F4 AT post DOT comstar DOT ru> <3 DOT 0 DOT 5 DOT 16 DOT 19980827202740 DOT 2cfff282 AT mail DOT tir DOT com> <35E6BBBB DOT E534153 AT unb DOT ca> <35E8850E DOT 7E26 AT geocities DOT com> NNTP-Posting-Host: p32.tc2.newyo.ny.tiac.com To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Adam Brown wrote in message <35E8850E DOT 7E26 AT geocities DOT com>... |Endlisnis wrote: |> |> Thomas J. Hruska wrote: |> > I'm writing a spreadsheet block converter in Borland Turbo C (16-bit) which |> > I will compile under DJGPP once I've got it working. DJGPP has poor |> > error/warning alerts compared to Borland's (I use the IDE in both cases). |> Options->Compilers->Warnings->Wall |> That will make GCC as good or better at detecting bad-code. | |The only problem being that I find my code does not compile under normal |circs if I turn up all the warnings. ========== So just use -pedantic instead of -pedantic-errors.