Date: Thu, 19 Mar 1998 16:49:06 +0200 (IST) From: Eli Zaretskii To: rpinnell AT characato DOT ucsm DOT edu DOT pe cc: djgpp AT delorie DOT com Subject: Re: Pointers and DJGPP In-Reply-To: <35111857.11BC9D3@mail.ucsm.edu.pe> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Thu, 19 Mar 1998 rpinnell AT characato DOT ucsm DOT edu DOT pe wrote: > Well sorry it was a general C question after all but is it possible to enable > something in DJGPP to detect errors like this and give a warning on > compilation. You should use -Wall switch to GCC and treat each warning it emits as potential bug. But even then, some bugs will not be flagged, since the C language generally assumes the programmers know what they are doing.